/* UNIVERSAL */
body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #e4e4e4;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/* /UNIVERSAL */

/* HEADER-NEW */
#header-navagation a{
	font-weight: bold;
	font-size: 8pt;
	padding: 2px 5px;
	text-decoration: none;
}
/* /HEADER-NEW */

.top-small-red{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 10px;
	background-image: url(../images/top-small-red.png);
	background-repeat: no-repeat;
	height: 30px;
}
.bottom-small-red{
	background-image: url(../images/bottom-small-red.png);
	background-repeat: no-repeat;
	height: 5px;
}

.top-small-grey{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	background-image: url(../images/top-small-grey.png);
	background-repeat: no-repeat;
	height: 30px;
}
.bottom-small-grey{
	background-image: url(../images/bottom-small-grey.png);
	background-repeat: no-repeat;
	height: 5px;
}

.top-big-grey{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 10px;
	background-image: url(../images/top-big-grey.png);
	background-repeat: no-repeat;
	height: 30px;
}
.big-list{
	padding: 5px 10px;
	font-size: 10pt;
	background-color: #FFFFFF;
	border-color: #404040;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
.big-list-dark{
	color: #FFFFFF;
	font-size: 10pt;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #808080;
	border-color: #404040;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
.bottom-big-grey{
	background-image: url(../images/bottom-big-grey.png);
	background-repeat: no-repeat;
	height: 5px;
}

.big-content{
	padding: 10px;
	font-size: 10pt;
	background-color: #FFFFFF;
}

.input{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.login_red{
	background: transparent url(../images/login_red.png) no-repeat center top;
	height: 22px;
	width: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.search_red{
	background: transparent url(../images/search_red.png) no-repeat center top;
	height: 22px;
	width: 68px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.search_black{
	background: transparent url(../images/search_black.png) no-repeat center top;
	height: 22px;
	width: 68px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.black-button{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #000000;
	border: 0px;
	height: 25px;
}
.nomalredtextonwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	color: #990000;
}

.small-list{
	color: #FFFFFF;
	padding: 5px 10px;
    font-size: 10pt;
	font-weight: bold;
	background-color: #808080;
	border-color: #404040;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
.content-list{
	padding: 5px;
	background-color: #FFFFFF;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.ad-title{
	color: #FFFFFF;
	font-size: 6pt;
	background-color: #C00000;
	text-align: center;
	padding: 2px 0px;
}
.ad-content{
	background-color: #808080;
}

.footer{
	color: #FFFFFF;
	background-color: #808080;
	margin-top: 50px;
	border-color: #404040;
	border-style: solid;
	border-width: 4px 0px 0px 0px;
}
.footer td{
	border-color: #404040;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}

.sponsor{
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #404040;
	padding-top: 5px;
}


.stats{
	color: #800000;
	background-color: #FFFFFF;
	padding: 10px;
	border-color: #800000;
	border-style: solid;
	border-width: 1px 0px 5px 0px;
}
.stats a{
	color: #800000;
	text-decoration: none;
}
.stats a:hover{
	color: #800000;
	text-decoration: underline;
}
.footerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}
