/* CSS Document */

body{
background:url(images/bgr.jpg) repeat-x;
margin:0px;
font-family:tahoma;
font-size:11px;
}

p{
font:tahoma;
font-size:12px;
color:#666666;
margin:10px;
}

.green{
color:#438c14;
}

/* link */
a:link {
	color: #438c14;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #438c14;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #f2f2f2;
}

h1 {
font:arial;
font-size:16px;
margin:10px;
color:#438c15;
font-weight:lighter;
}

.h1_bold {
font:arial;
font-size:16px;
color:#438c14;
font-weight:bold;
}

h2{
font:tahoma;
font-size:13px;
color:#666666;
margin:10px;
font-weight:normal;
}

h3{
font:tahoma;
font-size:12px;
color:#666666;
margin:10px;
}

.bgd_light_gray_left {
border-left:1px solid #f2f2f2;
}

.bgd_dark_gray_left {
background:#f2f2f2;
border-left:1px solid #e6e6e6;
}

.bgd_light_gray_left_right {
border-left:1px solid #f2f2f2;
border-right:1px solid #f2f2f2;
}

.bgd_dark_gray_left_right {
background:#f2f2f2;
border-left:1px solid #e6e6e6;
border-right:1px solid #e6e6e6;
}
.top {
background:url(images/top.jpg) no-repeat;
height:131px;
}

.footer{
font-family:tahoma;
font-size:9px;
color:#FFFFFF;
padding-left:20px;
padding-right:20px;
margin:3px;
}

.footer_gray {
background:url(images/footer_patern.jpg) repeat-x;
height:15px;
}


/* link */
a.gray_link:link {
	color: #666666;
	text-decoration: none;
}
a.gray_link:visited {
	text-decoration: none;
	color: #666666;
}
a.gray_link:hover {
	text-decoration: none;
	color: #8f8f8f;
}
a.gray_link:active {
	text-decoration: none;
	color: #8f8f8f;
}

.menu {
font:Arial, Helvetica, sans-serif;
font-size:9px;

}

.menu_gray {
background:url(images/menu_gray.jpg) repeat-x;
height:28px;
}

.marginLeft{
margin-left:75px;
}

.floatRight{
float:right;
}
