body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #0AB8F4;
	background-position:top;
}
td {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
/*text*/
.txt_blue_17 {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#316AC5;
}
.txt_white {
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
}
.txt_btm {
	font-family:Tahoma;
	font-size:11px;
	color:#C1CCDD;
}
.txt_white_bold {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
.bold_txt {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
.txt_bold_blue {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#0062AD;
}
.txt_bold_yellow {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFC40F;
}
.txt_bold_green {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#449338;
}
.txt_arial_18 {
	font-family:arial;
	font-size:18px;
	color:#000000;
}
.txt_tahoma_18_blue {
	font-family:tahoma;
	font-size:18px;
	color:#0062AD;
}
.txt_tahoma_18_green {
	font-family:tahoma;
	font-size:18px;
	color:#009933;
}
.txt_txt {
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}
/*anchor links*/
a {
	text-decoration: none;
	color:#1C2992;
}
a:hover {
	text-decoration: none;
	color:#E7A822;
}
a.txt_btm:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
}
a.underline {
	text-decoration: none;
	color:#000000;
	text-decoration:underline;
}
a.underline:hover {
	text-decoration: none;
	color:#1C2992;
	text-decoration:underline;
}
.blue {
	text-decoration: none;
	color:#238AD7;
}
a.blue:hover {
	text-decoration: none;
	color:#1C2992;
}
/*borders*/
.border_img {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}
.border_box {
	border-right-width:1px;
	border-right-color:#C7D1DF;
	border-right-style:solid;
	border-left-width:1px;
	border-left-color:#C7D1DF;
	border-left-style:solid;
}
/*endborders*/

.img-border
{
padding:3px;
border: #cccccc solid 1px;
}

p
{
margin:0px;
padding:0px 0px 12px 0px;
}

UL{
list-style-image:url(../images/bullet.jpg);
line-height:20px;
margin:0px 0px 10px 30px; /* top right bottom left */
padding:0px; /* top right bottom left */
}

LI{
margin:0px;
padding:0px 0px 0px 0px; /* top right bottom left */
}

UL2{
list-style-image:url(../images/bullet.jpg);
line-height:20px;
margin:0px 0px 10px 60px; /* top right bottom left */
padding:0px; /* top right bottom left */
}

LI2{
margin:0px;
padding:0px 0px 0px 0px; /* top right bottom left */
}
.display-img-border
{
padding:3px;
border: #cccccc solid 1px;
}


.sep {
	background-image:url(../images/sep.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
/*footer*/
.footer_bg {
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}