body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
body {
	background-color: #C5C1C0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	padding:0px;
	margin:0px;
	font-size:17px;
	
}
.bgWhiteTop{
	background-color:#ffffff;
	background-image:url(images/bg_white_top.gif);
	background-repeat:no-repeat;
	background-position:top;	
}
.bgWhiteBottom{
	background-color:#3FB9F1;
	background-image:url(images/bg_white_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.bgContentTop{
	background-color:#3FB9F1;
	background-image:url(images_ro/bg_content_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.bgContentBottom{
	background-color:#3FB9F1;
	background-image:url(images_ro/bg_content_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}


.bgWhite{
	background-color:#ffffff;
}
.bgContent{
	background-color:#3FB9F1;
}

.borderBottomWhite{
	border-bottom:1px solid #FFFFFF;
}
.borderBottomBlue{
	border-bottom:1px solid #0000FF;
}
.box1{
	font-size:10px;
	color:#686868;
	padding:4px;
}

.box_link {
	color: #686868;
	text-decoration: underline;
}
.box_link:link {
	color: #686868;
	text-decoration: underline;
}
.box_link:visited {
	text-decoration: underline;
	color: #686868;
}
.box_link:hover {
	text-decoration: none;
	color: #26a0a7;
}
.box_link:active {
	text-decoration: underline;
	color: #686868;
}



.white_link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white_link:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.white_link:active {
	text-decoration: none;
	color: #FFFFFF;
}

.textArea{
	background-color:#68C9F6;
	padding:5px;
}

.grey {	background-color: #f5f5f5;}