@charset "utf-8";
body {
	background-image: url(images/bg_photo2a.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #808080;
	margin: 0px;
	padding: 0px;
}
.rightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bottomGray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Calibri;
	font-size: 12px;
}
.rightBottomBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leftGray {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.rightGray {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.test {
	font-family: Arial, Helvetica;
	font-size: 2.5em;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.80em;
	font-style: normal;
}
.menuL {
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
}
.menuL a:link {
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menuL a:hover {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.four {
	border: 1px solid #CCCCCC;
}
.links {
	font-family: Calibri;
	font-size: 12px;
}
.links a:link {
	font-family: Calibri;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
.links a:hover {
	font-family: Calibri;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
}
.links a:visited {
	font-family: Calibri;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

.calibri11 {
	font-family: Calibri;
	font-size: 11px;
	color: #000000;
	background-color: #FFEFAE;
	border: 1px solid #CCCCCC;
}.dottedGray {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Calibri;
	font-size: 12px;
}
