body {
	background-image: ;
	background-repeat: ;
	-moz-user-select: none;
}
body,p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {color: #252b1f;}
a:hover {color: #9e733e; text-decoration: none}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight:bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
        font-weight:bold;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight:bold;
	color: #000000;
}

.time {
	position: relative; top: 45; left: 560;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.fields {
	font-size: 8px;
	background-color: #ffffff;
}



a.menu {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	color: #3e5b87;
}

a.bottom {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.bottom:hover {
	color: #adbacb;
}

//////////////* TOP MENU STYLE *///////////////

.tmenu { 
		position: absolute; top: 45; left: 595;
}

.topmenu ul
{
        margin: 0;
        padding: 0;
        list-style-type: none;
}

.topmenu li { 
        margin: 0 0 .1em 0; 
        float: left;
}

.topmenu a
{
        display: block;
        color: #ffffff;
        font-size:14px;
        font-family: times; 
        font-weight:bold;
        padding: .3em 1em 1.7em;
        text-decoration: none;
}

.topmenu a:hover
{
        color: #252b1f;
}
/////////////* END Top Menu Style *////////////
