body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	background-color: #1c427c;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}


.classbutton {
	background-image: url(images/bg_button.jpg);
	border: 2px solid #1f54bc;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	color: #F1F1F1;
	height: 34px;
	margin: 10px;
	line-height: 34px;
	display: block;
}
.imgBC {
	border: 1px solid #CCCCCC;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.classbutton a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 34px;
	height: 34px;
	
}
.classbutton a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 34px;
	height: 34px;
}
.classbutton a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bg_button_2.jpg);
	background-repeat: repeat-x;
	line-height: 34px;
	height: 34px;
}
.classbutton a:active {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 34px;	
	height: 34px;
}

.button {
	margin-bottom: 10px;
}


.imgRight {
	margin-right: 13px;
}
.imgLeft {
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #315a99;
	margin-left: 10px;
	line-height: 23px;
}


.headersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	margin-left: 10px;
}
#footer {
	text-align: center;

.right {
	float: right;
	font-size: 11px;
	font-size: 12px;
}

