/* CSS Document */
html{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

#fullheight{height:100%}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ABBBCD;
	font-family: Arial, Helvetica, sans-serif;
	color: #037993;
	font-size: 11px;
}
a:link {
	color: #037993;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #037993;
}
a:hover {
	text-decoration: underline;
	color: #FD852F;
}
a:active {
	text-decoration: none;
	color: #FD852F;
}
.frameHeaderOrange {
	color: #FD852F;
	font-size: 36px;
	font-weight: bold;
}
.frameHeaderGreen {
	font-size: 36px;
	font-weight: bold;
}
.smallLinks {
	font-size: 12px;
}
.orangeText {
	color: #FD852F
}
.whiteText {
	color: #FFFFFF;
}
.logoText {
	font-size: 16px;
}
.logoTextOrange {
	font-size: 16px;
	color: #FD852F;
}
.logo2Text {
	font-size: 12px;
}
.logo2TextOrange {
	font-size: 12px;
	color: #FD852F;
}
.bodyHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FD852F;
}
.nameText {
	font-size: 12px;
}
.newsText {
	font-size: 10px;
}
.titlePadding {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.star {
	background-image:url(line.jpg);
	background-repeat:no-repeat;
	background-position:left;
}






