/* CSS Document */

a {
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}


body{

	margin:0px;

	padding:0px;

	font-family: Calibri, Helvetica, Arial;

	font-size:14px;

	text-align:center;
	background: url(/images/pg_bg.gif) repeat-x #EEEEEE;

}

.hline {
	background-image: url(images/h_line.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.vline {
	background-image: url(images/v_line.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.wrapper{

	margin:auto;

	text-align:left;

	width:812px;

}

#footer {
	font-family: Arial;
	font-size: 10px;
	line-height: 120%;
	color: #404040;
}
#footer a {
	color: #404040;
	text-decoration: none;
}

.blackborder {
	border: 1px solid #B7B7B7;
}
#nav a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.content{
	font-family: Calibri,  Arial;
	line-height:18px;
	font-size: 14px;
	color: #5a5a5a;
	text-align: justify;
	
}
td.content {
padding-left:15px;
padding-right:15px;
}

h1 {
	font-family: Cambria, Georgia;
	font-size: 24px;
	line-height: 120%;
	font-weight: normal;
	color: #2a79df;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #285091;
}

.bodyTxt {
	font-family: Calibri, Arial;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	padding: 4px;
	color: #404040;
}

.bodyTxtSmall {
	font-family: Calibri, Arial;
	font-size: 11px;
	line-height: 120%;
}

.content p{

	font-size:14px;

	color:#5a5a5a;

	line-height:18px;

	font-family: Calibri,  Arial;

}
.inpt {
	font-family: Calibri, Arial;
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	border: 1px solid #999999;
}

