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

body {
	background-color: #FFF;
	background-image:url(img/template_r1_c1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pageTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#00ABC2;
}

.bodyText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
}

.bodyNote {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#333;
}

a:link {
	text-decoration: none;
	color:#00AAC1;
}
a:visited {
	text-decoration: none;
	color:#00AAC4;
}
a:hover {
	text-decoration: none;
	color:#336699;
}
a:active {
	text-decoration: none;
	color:#FFF;
}

