BODY
{
    background-color: #b3b376;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

INPUT, TEXTAREA, SELECT {
	font-family: arial;
	font-size: 12px;
}

TABLE, TR ,TD {
	font-size: 12px;
	margin-top: 0px;
  	margin-bottom: 0px;
  	border-spacing: 0px;
  	border-collapse: collapse;
  	background-repeat: no-repeat;
  	border: 0px solid black;
  	padding: 5px;
  	text-align: center;
}

A:link, A:visited, A:active {
	font-weight: bold;
	color: #242424;
	text-decoration: underline;
	background-color: none;
}
A:hover {
	font-weight: bold;
	color: #565656;
	text-decoration: underline;
	background-color: none;
}

A:link.doogree {color:#f6d0aa;text-decoration:none;font-weight:bold;font-size:11px;font-family:Arial, Helvetica, sans-serif;}
A:visited.doogree {color:#f6d0aa;text-decoration:none;font-weight:bold;font-size:11px;font-family:Arial, Helvetica, sans-serif;}
A:active.doogree {color:#f6d0aa;text-decoration:none;font-weight:bold;font-size:11px;font-family:Arial, Helvetica, sans-serif;}
A:hover.doogree {color:#ffffff;text-decoration:underline;font-weight:bold;font-size:11px;font-family:Arial, Helvetica, sans-serif;}

A:link.bar {color:#000000;text-decoration:none;font-weight:bold;font-size:16px;font-family:Arial, Helvetica, sans-serif;}
A:visited.bar {color:#000000;text-decoration:none;font-weight:bold;font-size:16px;font-family:Arial, Helvetica, sans-serif;}
A:active.bar {color:#000000;text-decoration:none;font-weight:bold;font-size:16px;font-family:Arial, Helvetica, sans-serif;}
A:hover.bar {color:#ffffff;text-decoration:none;font-weight:bold;font-size:16px;font-family:Arial, Helvetica, sans-serif;}

A:link.bar2, A:visited.bar2, A:active.bar2, A:hover.bar2 {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: none;
	font-size:16px;
}




LI { background-image: url(images/bullet_list.gif); background-repeat: no-repeat; background-position: right 4px; list-style-type:none; padding-right:15px; list-style-position:outside;}


IMG {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
}

H1 {
	color: #ffffff;
	font-size: 16px;
	text-align: right;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:5px;
}

H2 {
	color: #e77700;
	font-size: 16px;
	text-align: right;
	margin-bottom:5px;
}

H3 {
	color: #e77700;
	font-size: 12px;
	text-align:center;
	margin-bottom:2px;
}

#SideMenu TABLE, #SideMenu TR, #SideMenu TD {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12pt;
  	border: 0px solid black;
  	text-align: right;
  	vertical-align: middle;
}

input.btn {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;

	margin: 0px;
	max-width: 102px;
	max-height: 32px;
	cursor: hand;
		}

.PagingMenu {
	width: 70px;
	height: 18px;
}


.start{ background-image: url("../assets/b_start.gif"); }
.prev{ background-image: url("../assets/b_backword.gif"); }
.next{ background-image: url("../assets/b_forword.gif"); }
.end{ background-image: url("../assets/b_end.gif"); }




