/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-color: #1b295a;
	background-image: url(../images/bkg.png);
}

td{
	font-size:11px;
	line-height: 1.6em;
}

/* FooterLink  */
a.FooterLink:link{
	color: #ffffff;
	text-decoration: none;
}
a.FooterLink:visited{
	color: #ffffff;
	text-decoration: none;
}
a.FooterLink:active{
	color: #ffffff;
	text-decoration: underline;
}
a.FooterLink:hover{
	color: #ffffff;
	text-decoration: underline;
}
/* LargeLink  */

/* NormalLink  */
a.NormalLink:link{
	color: #486DB7;
	text-decoration: underline;
}
a.NormalLink:visited{
	color: #486DB7;
	text-decoration: underline;
}
a.NormalLink:active{
	color: #000000;
	text-decoration: underline;
}
a.NormalLink:hover{
	color: #000000;
	text-decoration: underline;
}
/* NormalLink  */

.AshText{
color:#B7B7B7;
}

.BlueText{
color:#152388;
font-size:13px;
}

.BoldText{
font-weight:bold;
}


.Title{
	font-size: 20px;
	font-weight: bold;
	color: #6584C3;
	line-height: 1.2em;
}

.SubTitle{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
}


.BKGShade{
	background-image: url(../images/homepage_bkg_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.Button{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: 2px solid #333333;
	padding: 4px;
}

.TextBox{
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #ADADAD;
	padding: 2px;
}

a.ashLink{
color:#B7B7B7;
text-decoration:none;
}

a.ashLink:hover{
color:#000000;
text-decoration:none;
}
