﻿BODY
{
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

A
{
color: #333333;
font-size : 11px;
font-weight:bold;
text-decoration: none;
}

A:HOVER
{
color: #333333;
font-size : 11px;
text-decoration: underline;
font-weight: bold;
}

.stdtxt
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #333333;
font-weight : normal;
}

.calendar_stdtxt
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #333333;
font-weight : normal;
}

.headertxt
{
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color: #333333;
font-weight : bold;
}
.subheadertxt
{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color: #333333;
font-weight : normal;
}

.mainmenulinks
{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color: #333333;
font-weight : normal;
text-decoration: none;
line-height: 13px;
}

.mainmenulinks:hover
{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color: #666666;
font-weight : normal;
text-decoration: underline;
line-height: 13px;
}

.rightpanellinks
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #666666;
font-weight : bold;
text-decoration: none;
}

.rightpanellinks:hover
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #666666;
font-weight : bold;
text-decoration: underline;
}

.frslink
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #666666;
font-weight :  bold;
text-decoration: none;
line-height: 14px;
}

.frslink:hover
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #666666;
font-weight : bold;
text-decoration: underline;
line-height: 14px;
}

.sponsortxt
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #FFC323;
font-weight : normal;
}

.logintxt
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #000000;
font-weight : normal;
}

.loginvalidatortxt
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color: #FFC323;
font-weight : bold;
}

.logintextboxes
{
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color: #666666;
font-weight : normal;
height:10px;
width:100px;
}

.loginbuttons
{
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color: #666666;
font-weight : normal;
height:20px;
width:50px;
}

.registertextboxes
{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color: #666666;
font-weight : normal;
height:14px;
}

.registertextboxes_multiline
{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color: #666666;
font-weight : normal;
}

.registerdropdownlists
{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color: #666666;
font-weight : normal;
}

.buttons_grey
{
    color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	font-weight : normal;
	background-color:Silver;
	border-style:solid;
	border-width:1px;
	border-color:black;
	height:18px;
}
.buttons_green
{
    color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	font-weight : normal;
	background-color:#FECB00;
	border-style:solid;
	border-width:1px;
	border-color:black;
	height:18px;
}