@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DFE6EC;
	text-align: left;
}



a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;

}

a:hover {
	color: #00CCFF;
}

.top_links_box {
	text-align: right;
	margin-right: 25px;
}

.top_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.top_links:hover {
	color: #FFFF66;
}

.top_links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.top_links2:hover {
	color: #FFFF66;
}

.btm_links_box {
	text-align: right;
	margin-right: 25px;
}

.btm_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #E7FFEF;
	text-decoration: none;
	font-style: italic;
}

.btm_links:hover {
	color: #FFFF66;
}

.foot_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.foot_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF66;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.btm_links_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
	font-style: italic;
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
}

p {
	text-align: left;
}

.error-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: #993333;
	margin-bottom: 20px;
	text-align:center;
	}
	
	.success-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: green;
	margin-bottom: 20px;
	text-align:center;
	}
	
.highlight_message {

font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: #3333CC;
	margin-bottom: 20px;
	text-align:center;

}

.highlightcp {
	color: red;
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	border-style: none;

}



