body {
	background-image: url(images/bgr.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A8D6E3;
}
body,td,th {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: rgb(0, 102, 153);
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: rgb(0, 102, 153);
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: rgb(0, 102, 153);
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: rgb(0, 102, 153);
	text-decoration: none;
	font-weight:bold;
}
a.white:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.white:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a.white:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
a.white:active {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a.black:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
a.black:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
a.black:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a.black:active {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
.bgr_l_top {
	background-image:url(images/l_bgr_top.png);
	background-position:right;
	background-repeat:no-repeat;
}
.bgr_l_mid {
	background-image:url(images/l_bgr_bgr.png);
	background-position:right;
	background-repeat: repeat-y;
}
.bgr_l_footer {
	background-image: url(images/l_bgr_footer.png);
	background-position:right;
	background-repeat:no-repeat;
}
.bgr_l_top_in {
	background-image:url(images/l_bgr_top_inside.png);
	background-position:right;
	background-repeat:no-repeat;
}
.bgr_r_top {
	background-image:url(images/r_bgr_top.png);
	background-position:left;
	background-repeat:no-repeat;
}
.bgr_r_mid {
	background-image:url(images/r_bgr_bgr.png);
	background-position:left;
	background-repeat: repeat-y;
}
.bgr_r_footer {
	background-image:url(images/r_bgr_bgr-75.png);
	background-position:left;
	background-repeat:no-repeat;
}
.bgr_menu {
	background-image:url(images/bgr_menu.png);
	background-position:top;
	background-repeat:no-repeat;
}
.text_black {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.text_grey {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.text_white {
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.title_white {
	color:#FFFFFF;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.title_white_16 {
color:#FFFFFF;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.menu:link {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.menu:visited {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a.menu:hover {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
a.menu:active {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a.def:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.def:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a.def:hover {
	text-decoration: none;
	color: #333333;
	font-weight:normal;
}
a.def:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:normal;
}
.blue_text{
	color: rgb(0, 51, 102);
}
.orange_text{
	color:rgb(0, 51, 102);
}