@charset "utf-8";
/* CSS Document */

p{
font-family: Verdana, sans-serif; font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.boldBlack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
.boldRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: red;
}

.boldBlack16 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
}

.regBlackFont16 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}

.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.navigationb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFD800;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
} 

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
} 

.navigation:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
} 

.container {
	background:#000000;
	color:#FFD800;
	margin:0 5px;
	width: 156px;
}

.rtop, .rbottom{
	display:block;
	background:#FFD800;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#000000;
}

.r1{
	margin: 0 5px;
	}
.r2{
	margin: 0 3px;
	}
.r3{
	margin: 0 2px;
}
.r4{
	margin: 0 1px;
	height: 2px;
}

.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
/*
.leftcolumn a:link {
	color: #FFF;
}
.leftcolumn a:visited {
	color: #FFF;
}
.leftcolumn a:hover {
	color: #FFD800;
}
.leftcolumn a:active {
	color: #666;
}
*/


.rightcolumn a:link {
	color: #000;
}
.rightcolumn a:visited {
	color: #000;
}
.rightcolumn a:hover {
	color: #FFF;
}
.rightcolumn a:active {
	color: #666;
}

table.parents
{ text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 10px;
color: #000;
border-spacing: 0px;}


