/* CSS Document */

body{
margin:0px;
margin-top:7px;
font-family:tahoma;
background:url(images/bgr.jpg) repeat-x fixed;
}

p{
font-size:12px;
color:#333333;
margin:10px;
}

.white-bg{
background:#FFFFFF;
}

.shadow-undermenu{
background:url(images/bgr_below_menu.jpg) repeat-x top;
height:40px;
}

.shadow-undermenu-in{
background:url(images/bgr_below_menu.jpg) repeat-x bottom;
height:20px;
}

.lightpink-bg{
background:url(images/bgr_below_welcome.jpg) repeat-x bottom;
}

.bottom-bg{
background:#b5b5b5 url(images/bottom-bg.jpg) repeat-x;
height:32px;
}

.copy{
color:#FFFFFF;
vertical-align:bottom;
margin:5px;
margin-bottom:2px;
margin-left:10px;
}

a:link {
	color: #c0161d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c0161d;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #c0161d;
}

/* copy link */
a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
a.whitelink:hover {
	text-decoration: none;
	color: #efefef;
}
a.whitelink:active {
	text-decoration: none;
	color: #ffffff;
}


.red{
color:#c0161d;
}


h1{
font-family:tahoma;
font-size:12px;
font-weight:bold;
margin:10px;
}

.line-under-headline{
background:url(images/txt_line.jpg) no-repeat bottom;
}

.bott-margin-none{
margin-bottom:0px;
}

.top-bott-margin-none{
margin-top:0px;
margin-bottom:0px;
}

.txtbox{
font-size:11px;
font-family:tahoma;
color:#333333;
border:1px solid #666666;
}

.right{
float:right;
margin-left:10px;
border:1px solid #CCCCCC;
padding:5px;
background:#FFFFFF;
}

.light-gray{
background:#e5e5e5;
}

