/* Common CSS
/* Last Update: 12/24/2001 
*/
/*BODY */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 052650;
	font-style: normal;
}
body {
	background-color:transparent;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:WHITE;
	scrollbar-highlight-color:WHITE;
	scrollbar-3dlight-color:WHITE;
	scrollbar-darkshadow-color:WHITE;
	scrollbar-shadow-color:WHITE;
	scrollbar-arrow-color:41ccec;
	scrollbar-track-color:WHITE;
}
.style1 {
	color: 006790;
	font-weight: bolder;
	font-size: 14px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 62c0de;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 006790;
}


/*InTheNews */
a.TextBoldWhiteLink:link
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:visited
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:active
{
	COLOR: Yellow;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:hover
{
	COLOR: Yellow;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}

/*General */
a:link
{
	COLOR: 006790;
	text-decoration: none;
}
a:visited
{
	COLOR: 006790;
	text-decoration: none;
}
a:active
{
	COLOR: 006790;
	text-decoration: none;
}
a:hover
{
	COLOR: 006790;
	text-decoration: underline;
	font-weight: none;
}

a.yellow:link
{
	COLOR: 006790;
	text-decoration: none;
	font-size: 9px;
}
a.yellow:visited
{
	COLOR: 006790;
	text-decoration: none;
	font-size: 9px;
}
a.yellow:active
{
	COLOR: 006790;
	text-decoration: underline;
	font-size: 9px;
}
a.yellow:hover
{
	COLOR: 62c0de;
	text-decoration: underline;
	font-size: 9px;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size=8pt;
	font-weight:bold;
	background-color:#4F78D9;
	border-color:#99CCFF;
}

/* Drop Menu */
#dropmenudiv{
position:absolute;
background-color: #310031;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #630D46;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}


/* form style */

.input-box{
	color: 045f97;
	border: solid 1px;
	background-color: #FFFFFF;
	border-top-color: #33CCFF;
	border-right-color: 045f97;
	border-left-color: #33CCFF;
	border-bottom-color: 045f97;
}

.submit-button{

	clear: both
	color: #000;
	border: 2px outset;
	background-color: #006699;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33CCFF;
	border-right-color: 045f97;
	border-bottom-color: 045f97;
	border-left-color: #33CCFF;
}

