@charset "utf-8";
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.bannerbg {
	background-image: url(../images/bg_menu.png);
	background-repeat: no-repeat;
}
.footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 119px;
}
.content {
	border: 1px solid #dbdbdb;
	background-color: #FFFFFF;
	padding: 20px;
}
.orange {
	background-color: #FFFFFF;
	background-image: url(../images/bg_orange.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #fcbc32;
	padding:20px;
}
.bg_red {
	background-color: #FFFFFF;
	background-image: url(../images/bg_orange.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #fcbc32;
	padding:20px;
}
.yeartxt {
	color: #9C1318;
	font-size: 17px;
}
.dot-right {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #5b5b5b;
}
.dot-bot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5b5b5b;
}
.greytxt,  a.greytxt:link, a.greytxt:active, a.greytxt:visited {
	color: #5b5b5b;
	text-decoration: none;
}
a.greytxt:hover {
	text-decoration: underline;
}
.orangetxt,  a.orangetxt:link, a.orangetxt:active, a.orangetxt:visited {
	color: #fab72b;
	text-decoration: none;
}
a.orangetxt:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
p, td, div {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:justify;
}
.pink, a.pink:link, a.pink:visited, a.pink:active	{
	color: #c55348;
	font-size: 11px;
	text-decoration: none;
}
a.pink:hover	{
	text-decoration: underline;
}
a.red:link, a.red:active, a.red:visited {
	color: #7D0812;
	text-decoration: none;
}
a.red:hover {
	color: #7D0812;
	text-decoration: underline;
}
a.white:link, a.white:active, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.black-box {
	background-color: #000000;
	background-image: url(../images/blk_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.white	{
	color:#FFFFFF;
	text-align:justify;
}
.subdivider {
	background-color: #AEAEAE;
	height: 3px;
}
.ordivider {
	background-color: #ED970E;
	height: 3px;
}

.vlist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
