/* CSS Document */

body{
margin:0px;
margin-top:20px;
background:#000000 url(images/bgd.jpg) repeat-x;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#8f8f8f;
margin:10px;
}

.blue {
color:#3577e3;
}

.blue_bull {
color:#3577e3;
font-size:18px;
}

.blackBg{
background:#000000;
}

/* link */
a:link {
	color: #3577e3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3577e3;
}
a:hover {
	text-decoration: none;
	color: #8f8f8f;
}
a:active {
	text-decoration: none;
	color: #3577e3;
}

.border {
border:1px solid #2b2b2b;
background:#000000;
}

.border_top {
border-top:1px solid #4f4f4f;
}

.border_left {
border-left:1px solid #4f4f4f;
}

.border_bottom {
border-bottom:1px solid #4f4f4f;
}
.gray_patern {
background:url(images/patern_gray.jpg) repeat-x;
height:80px;
}

.bgd_pic {
background:url(images/main_bgd.jpg) no-repeat;
height:530px;
}

.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#8f8f8f;
margin:10px;
}