/* CSS Document */

body {
background-image:url(images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color: #ffffff;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}

.underline{
	border-bottom: solid #F0F0F0 1px;
}

.bluetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #110b65;
	text-align:left;
	font-weight: bold;
	line-height: 15px;
}

.bluetxtitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #110b65;
	font-style:italic;
	text-align:left;
	font-weight: none;
	line-height: 15px;
}
.greytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
	text-align:left;
	font-weight: none;
	line-height: 15px;
}

.dgreytxtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	text-align:left;
	font-weight: bold;
	line-height: 15px;
}

.greytxtbolditalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	text-align:left;
	font-style:italic;
	font-weight: bold;
	line-height: 15px;
}

.redtxtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ca0202;
	font-weight: bold;
	font-style:none;
	line-height: 15px;
}
.redtxtitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ca0202;
	font-weight: none;
	font-style:italic;
	line-height: 15px;
}

img.pic {
	padding: 3px 3px 3px 3px;
	border: #CCCCCC solid 1px;
	height:102px;
	width: 177px;
	
}

img.pic:hover {
	padding: 3px 3px 3px 3px;
	border: #ca0202 solid 1px;
	height:102px;
	width: 177px;
}

img.pic2 {
	padding: 3px 3px 3px 3px;
	border: #CCCCCC solid 1px;
	height:217px;
	width: 179px;
	
}

img.pic2:hover {
	padding: 3px 3px 3px 3px;
	border: #ca0202 solid 1px;
	height:217px;
	width: 179px;
}

.email{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
	text-align:left;
	font-weight: none;
	line-height: 15px;
	text-decoration:none;
}

.email:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a0000;
	text-align:left;
	font-weight: none;
	line-height: 15px;
	text-decoration:none;
}

.redtxt14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9a0000;
	font-weight: none;
	font-style:none;
	line-height: 19px;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:none;
	color:#000000;
	background-color: #CCCCCC;
	border:solid #ffffff 1px;

}

.whitetxtform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
	font-weight: none;
	line-height: 19px;
}

.but {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/but_submit.png) no-repeat center;
	text-align:center;
	font-size: 11px;
	color: #343434;
	font-weight: none;
	line-height: 12px;
	border-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:24px;
	width: 61px;
	cursor:pointer;	
}

.bullet {
background-image:url(images/bullet_arrow.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left:19px;
}

.cnbluetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #110b65;
	text-align:left;
	font-weight: bold;
	line-height: 22px;
	text-decoration:none;
}

.cnbluetxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9a0000;
	text-align:left;
	font-weight: bold;
	line-height: 22px;
	text-decoration:none;
}
