@charset "utf-8";
/* CSS Document */
body
{
	border:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a
{
	outline:none;
}
.bodytopshade
{
	background-image:url(images/body-topstrip.jpg);
	background-repeat:repeat-x;
	border:0px;
}
.bodyleftshade
{
	background-image:url(images/body-leftstrip.jpg);
	background-repeat:repeat-y;
	border:0px;
}
.bodyrightshade
{
	background-image:url(images/body-rightstrip.jpg);
	background-repeat:repeat-y;
	border:0px;
}
.bodybottomshade
{
	background-image:url(images/body-bottomstrip.jpg);
	background-repeat:repeat-x;
	border:0px;
}
#logo
{
	border:0px;
	margin:0px;
	padding-top:10px;
	padding-left:23px;

}


#menu h3
{
 	margin:0px;
	padding:0px;
	height:30px;
}
 
#menu h3 a
{
	margin:0px;
 	padding:0px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#a8a8a8;
 	font-weight:bold;
	text-decoration:none;
}

#menu h3 a:hover
{
	color:#9a1e1e;
	text-decoration:none;
}
.banner
{
	border:0px;
	margin:0px;
    padding:0px;
}
.contenttopshade
{
	background-image:url(images/content-topstrip.jpg);
	background-repeat:repeat-x;
	border:0px;
}
.contentleftshade
{
	background-image:url(images/content-leftstrip.jpg);
	background-repeat:repeat-y;
	border:0px;
}
.contentrightshade
{
	background-image:url(images/content-rightstrip.jpg);
	background-repeat:repeat-y;
	border:0px;
}	
.contentbottomshade
{
	background-image:url(images/content-bottom.jpg);
	background-repeat:repeat-x;
	border:0px;
}
.mailtext
{
	border:0px;
	margin:0px;
	padding:0px;
	color:#4b4a4a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;	
}
.mailtext a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#4b4a4a;
	text-decoration:none
	
}
.mailtext a:hover
{
	color:#060606;
	text-decoration:none;
}			
.contenthead
{
	border-bottom:1px #ebebeb solid ;
	padding:0px;
	margin:0px;
	height:25px;
}
.contentheading
{
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:normal;
	color:#606060;
}

.hr
{
 
	border-bottom:1px #ebebeb solid ;
	padding:0px;
	margin:0px;
	height:5px;
 
}

.content
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	text-align: justify;
	line-height: 20px;
}

.content p
{
padding:0px 0px 10px 0px;
margin:0px;
}

.content a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	text-decoration:none
	
}
.content a:hover
{
	color:#606060;
	text-decoration:underline;
}
		
.rightunderline
{
	border-bottom:1px #ebebeb solid ;
	padding:0px;
	margin:0px;
}
.arrow
{
	padding-right:3px;
	padding-bottom:2px;
}			

.txtbox
{
	background-color:#FEFEFE !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8F8F8F;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
	border-right-color: #8F8F8F;
	width: 180px;
	
}


.bggreen
{
	background-color:#99cc99;
	color:#222;
}

.bgblue
{
	background-color:#99ccff;
	color:#222;
}

.bgyellow
{
	background-color:#ffcc66;
	color:#222;
}

.bgred
{
	background-color:#ff6666;
	color:#222;
}

.redtxt
{
 	color:#800000;
	font-size:13px;
}