body{
	font-family: Verdana, Georgia;
	background-image: url(img/bgr_body.gif);
	margin: 10px 0px 0px 0px;
}

.main_table{
	border: 3px solid #A29F8C;
}

.main_content{
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

.menu{
	background-image: url(img/bgr1.jpg);
	background-repeat: repeat-x;	
}

.bottom_left{
	background-image: url(img/bgr2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.small_bottom{
	background-image: url(img/bgr4.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.small_top{
	background-image: url(img/bgr3.jpg);
	background-repeat: repeat-x;	
}

.menuleft1 {
	COLOR: #000000; 
	font-size: 12px;
	padding: 4px 0px 5px 0px;
}

.menuleft1 UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
}

.menuleft1 A {
	DISPLAY: block; 
	width: 100%; 
	color: #000000; 
	TEXT-DECORATION: none;
}

.menuleft1 A:hover {
	COLOR: #095B23; 
	background-image: url(img/bgr2.gif);
}

.menuleft1 #current A {
	display: block; 
	color: #007CCC; 
	background-color: #D5E0B3;
	text-decoration: none;
}

.menuleft_current {
	COLOR: #007CCC; 
	font-size: 12px;
	padding: 4px 0px 5px 0px;
	background-color: #D5E0B3;
}

.menuleft_current A {
	display: block; 
	color: #007CCC; 
	text-decoration: none;
}

.menuleft_current A:hover {
	COLOR: #007CCC; 
	background-color: #D5E0B3;
}

.dotted_menu{
	background-image: url(img/bgr1.gif);
}

.border_bottom{
	border-bottom: 1px solid #333333;
}

.content{
	padding: 10px 20px 15px 15px;
}

.bottom_cell{
	background-image: url(img/bgr_bottom.gif);
}

.page_title{
	text-align: right;
	padding: 10px 0px 5px 0px;
}

.title_page{
		font-size: 140%;
		font-weight: bold;
}

.img_left{
	border: 1px solid #333333;
	float: left;
	margin: 10px 15px 10px 0px;
}

.img_left1{
	border: 1px solid #333333;
	float: left;
	margin: 5px 10px 0px 0px;
}

.img_left_small{
	border: 1px solid #333333;
	float: left;
	margin: 3px 10px 5px 0px;
}

.img_right_small{
	border: 1px solid #333333;
	float: right;
	margin: 3px 0px 5px 10px;
}


.common_size{
	font-size: 80%;
}

.small_size{
	font-size: 70%;
}

.title{
	text-align: right;
	float: right;
}

.title1{
	font-size: 120%;
	font-weight: bold;
}

.justify{
	text-align: justify;
}

.link_content:link{
	color: #006699;
	text-decoration: underline;
}

.link_content:visited{
	color: #006699;
	text-decoration: underline;
}

.link_content:hover{
	color: #769602;
	text-decoration: none;
}

.link_white:link{
	color: #FFFFFF;
	text-decoration: underline;
}

.link_white:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.link_white:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.sentence{
	font-size: 11px;
	color: #999999;
	text-align: right;
}

