/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:#50545d url(images/bgr.jpg) top repeat-x;
margin-top:15px;
}

p{
font-size:12px;
color:#666666;
margin:10px;
font-family:tahoma;
}

h1{
margin:10px;
font-size:13px;
color:#666666;
text-transform:uppercase;
}

.white{
background:#FFFFFF;
}


/* link */
a:link {
	color: #4dbaff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4dbaff;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #4dbaff;
}


.menu-bg{
background:url(images/menu_bgr.jpg) repeat-x;
}

.lightgray{
background:#f4f4f4;
}

.bottom-bg{
background:url(images/bottom_bgr.jpg) repeat-x;
height:20px;
}


.copy{
margin:0px;
margin-left:10px;
color:#FFFFFF;
font-size:11px;
}

.brdr8{
border:1px solid #cccccc;
background:#FFFFFF;
padding:8px;
}

.bottom-logobg{
background:url(images/bg-bottom-logo.jpg) repeat-x;
height:118px;
}

.txtbox{
font-family:tahoma;
color:#666666;
font-size:11px;
}

.right{
float:right;
margin-left:5px;
border:1px solid #cccccc;
}
