@charset "UTF-8";
@import url("./index.css");

body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img, a {
	outline:none;
}
form {
	padding:0px;
	margin:0px;
}
.lineheight32px {
	line-height: 32px;
}
.lineheight15px {
	line-height: 15px;
}
.grayText {
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #999999;
}

.grayText a:link ,.grayText a:hover ,.grayText a:visited { 
	color:#666666;
	text-decoration:underline;
}

.blueText, .blueText a:link, .blueText a:hover, .blueText a:visited {
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #004990;
}

#subsBlueTitle {
	margin-top:8px;
	margin-left:45px;

	text-decoration:none;
	font-family: Tahoma, Arial, Verdana;
	font-weight:bold;
	font-size: 19px;
	color: #004990;
}

.searchForm {	
	width:150px;
	height:18px;
	border: 1px solid #DADDED;
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #004990;
	
}

#searchBT {
	float:left;
	padding:10px 0px 0px 10px;
}

#ContentHome {
	width:254px;
	margin-left:25px;
}

#ContentSubs {
	width:530px;
	margin-left:25px;
}

.subsTitleImg {
	background-image:url(images/titles_back_subs.jpg);
	background-repeat:no-repeat;
}

#ContentHome2 {
	width:254px;
	margin-left:15px;
}

#ContentHome3 {
	width:224px;
	margin-left:15px;
}

#searchDIV {
	width:150px;
	float:left;
	margin-top:5px;

}

#footer {
	width:815px;
	margin-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

p.smallText {
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:10px;
}

p strong {
	color: #004990;
}