html {
overflow-y:scroll;
}

body {
	background-color: #231f20;
	margin:10px 0 0;
}

td, p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #0f0f0f;
	font-size: 12px;
}

a:link {
	color: #3e5656;
	text-decoration: underline;;
}

a:visited {
	color: #3e5656;
	text-decoration: underline;
}

a:hover {
	color: #4D7380;
	text-decoration: underline;
}

a:active {
	color: #4D7380;
	text-decoration: underline;
}

.nav {

	background-color: #89979b;
}

#nav a:link {
	color: #f4f4f4;
	text-decoration: none;
	padding: 6px;
	line-height: 27px;
}

#nav a:visited {
	color: #f4f4f4;
	text-decoration: none;
	padding: 6px;
	line-height: 27px;
}

#nav a:hover {
	color: #3e5656;
	text-decoration: none;
	background-color: #bed1d7;
	padding: 6px;
	line-height: 27px;
}

#nav a:active {
	color: #f4f4f4;
	text-decoration: none;
	background-color: #bed1d7;
	padding: 6px;
	line-height: 27px;
}

/* new */

#content {
position: relative;
background-color: #bed1d7;
border: 1px solid #3e5656;
width: 684px;
margin: 0 auto;
padding: 8px;
}

#inner {
background-color: #EBF6FA;
border: 1px solid #3e5656;
color: #0f0f0f;
margin: 10px 0 0 0;
padding: 4px;
}

#fling_header {
font-family: Arial, Verdana, Helvetica;
font-size: 18px;
color: #bed1d7;
text-align: left;
background-color: #89979B;
padding: 5px;
}

.promo_type {
font: bold 14px Arial,Helvetica,sans-serif;
color: #8bb7b8;
text-align: left;
padding-left: 10px;
margin-top: 20px;
margin-bottom: 3px;
}



table.promo  {
color:#000000;
background-color:#EBF6FA;
padding:0px;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-bottom: 0px solid gray;
border-right: 0px solid gray;
margin: 0 auto;
}

table.promo th  {
font: bold 12px Arial,Helvetica,sans-serif;
color: #FFFFFF;
height: 25px;
background:url('/images/th_header.gif');
background-repeat:repeat-x;
vertical-align: middle;
border-top: 0px solid gray;
border-left: 0px solid gray;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}


table.promo td  {
font: normal 12px Arial,Helvetica,sans-serif;
height: 30px;
vertical-align: middle;
padding-left:3px;
border-top: 0px solid gray;
border-left: 0px solid gray;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

.center {
text-align: center;
}


.main-table {
	background-color: #3e5656;
	border: 1px solid #bed1d7;
}

.main-module {
	background-color: #bed1d7;
	border: 1px solid #3e5656;
	padding: 4px;
}

.mini-module {
	background-color: #EBF6FA;
	border: 1px solid #3e5656;
	color: #0f0f0f;
	padding: 4px;
}

.menubar-highlight {

background-color: #bed1d7;
color: #3e5656;

}


.txt-header-light

{
font-family: Arial, Verdana, Helvetica;
font-size: 24px;
color: #bed1d7;
}

.txt-header-dark {

font-family: Arial, Verdana, Helvetica;
font-size: 24px;
color: #3e5656;

}

.txt-header-d18px {

font-family: Arial, Verdana, Helvetica;
font-size: 18px;
color: #3e5656;

}

.txt-header-d14px {

font-family: Arial, Verdana, Helvetica;
font-size: 14px;
color: #3e5656;
font-weight: bold;

}

.txt-header-l18px {

font-family: Arial, Verdana, Helvetica;
font-size: 18px;
color: #bed1d7;

}



.txt-light
{
color: #f4f4f4;
}

.txt-dark 
{
color: #3e5656;

}

#footer td {

font-family: Arial, Verdana, Helvetica;
font-size: 10px;
color: #f4f4f4;

}

#footer table {

background-color: #89979b;
color: #3e5656;
}

.rowalt {
        background-color: #EAF1FB;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 4px;
        text-align: left;
}
.rownorm {
        background-color: #FFFFFF;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 4px;
        text-align: left;
}
.rseparator {
        background-color: #CCCCCC;
}

.rtitle {
	background-color: #3E5656;
	color: #FFFFFF;
        padding: 4px;
        font-weight: bold;
}
a.rtitle {
        color: #FFFFFF;
	text-decoration: underline;
}
a.rtitle:hover {
        color: #FFFFFF;
	text-decoration: none;
}
