/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:#ffffff;
}

p{
font-size:11px;
color:#666666;
margin:10px;
}

.main{
font-size:11px;
color:#666666;
margin:10px;
}
.navbar-bg{
background:url(images/navbar_bg.gif) no-repeat;
height:24px;
}

.copy{
font-size:10px;
color:#999999;
}

.img-left{
float:left;
border:1px solid #CCCCCC;
margin-right:3px;
}

.img-right{
float:right;
border:1px solid #CCCCCC;
margin-left:3px;
}

a:link {
	color: #666666;
	text-decoration: none;
	border-bottom:none;
}
a:visited {
	text-decoration: none;
	color: #666666;
	border-bottom:none;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
	border-bottom:none;
}
a:active {
	text-decoration: none;
	color: #666666;
	border-bottom:none;
}


.bg-bott{
background:url(images/bg-bott.gif) repeat-y center top;
}

.bg-right-top{
background:url(images/bg-right-top.gif) no-repeat top;
height:25px;
}

.bg-left-top{
background:url(images/bg-left-top.gif) no-repeat top;
height:25px;
}

.head250{
background:url(images/head250-bg.png) no-repeat center bottom;
height:25px;
}

.head520{
background:url(images/head520-bg.png) no-repeat center bottom;
height:25px;
}

.headline{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#ff0000;
font-weight:bold;
}

.headline-black{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight:bold;
}

.menu{
margin:5px;
color:#FFFFFF;
}

.brdr{
border:1px #CCCCCC solid;
padding:4px;
color:#FFFFFF;
}

.table-brdr{
border:1px solid #d4d4d1;
}

.right{
border:1px #CCCCCC solid;
padding:4px;
color:#FFFFFF;
float:right;
}

.red-bold{
font-weight:bold;
color:#ff0000;
}

.black-bold{
font-weight:bold;
color:black;
}
