/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

tr,td{
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	color: #000000;
	line-height: 1.4em;
}
.HeaderShade{
	background-image: url(../images/top_shade.png);
	background-repeat: repeat-x;
}

.BodyShade{
	background-image: url(../images/bottom_shade.png);
	background-repeat: repeat-x;
}


.Text {
	font-size: 12px;
	color: #000000;
}

.DarkBlueText{
	font-size: 12px;
	color: #214B6B;
}

.DarkBlueTextBold{
	font-size: 12px;
	color: #214B6B;
	font-weight: bold;
}

p {
    margin-bottom:10px;
	padding: 0;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
	
p#right {
	margin-bottom:10px;
	padding: 0;
	margin-left:40px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}

h1{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-bottom:30px;
	}

h2{
	font-size: 16px;
	color: #4B94C9;
	font-weight: bold;
	margin-bottom:20px;
}

h2#small{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom:10px;
	margin-left:20px;
}

h2#smallx {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom:10px;
	margin-left:0px;
}
h2#smally {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom:10px;
	margin-left:0px;
}

h2#sub{
	font-size: 14px;
	color: #4B94C9;
	font-weight: bold;
	margin-bottom:20px;
}

textarea.msg {
height:175px;
width:350px;

}

.subheading  {
color: #4B94C9;
font-size: 14px;
font-weight: bold;
padding-bottom:10px;
}

h3  {
color: #000000;
font-size: 12px;
font-weight: bold;
font-style:italic;
}

.ParaText{
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
}

.FooterText{
	font-size: 11px;
	color: #000000;
}

.FooterTextAsh{
	font-size: 11px;
	color: #CCCCCC;
}

.TextBold{
	font-weight: bold;
	color: #000000;
}


/* Links---------------------------------------- */
a.More:link{
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}
a.More:visited{
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}
a.More:active{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a.More:hover{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
/* Links---------------------------------------- */

/* Links---------------------------------------- */
a.MoreLinkBlue:link{
	color: #4B94C9;
	font-weight:bold;
	text-decoration: underline;
}
a.MoreLinkBlue:visited{
	color: #4B94C9;
	font-weight:bold;
	text-decoration: underline;
}
a.MoreLinkBlue:active{
	color: #4B94C9;
	font-weight:bold;
	text-decoration: none;
}

a.MoreLinkBlue:hover{
	color: #4B94C9;
	font-weight:bold;
	text-decoration: none;
}
/* Links---------------------------------------- */

/* Links---------------------------------------- */
a.FooterLink:link{
	color: #cccccc;
	text-decoration: none;
}
a.FooterLink:visited{
	color: #cccccc;
	text-decoration: none;
}
a.FooterLink:active{
	color: #cccccc;
	text-decoration: underline;
}

a.FooterLink:hover{
	color: #cccccc;
	text-decoration: underline;
}
/* Links---------------------------------------- */

