/* Design */

body, p, div
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
}

a
{
    color: #F7D629;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

input, textarea
{
    color: #333333;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.smalltxt
{
    font-size: 11px;
}

.largetxt
{
    font-size: 22px;
}

.introtext
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.introtextcol
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFF00;
}

.button
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
	background-color: #e02c28;
	border: solid 1px #ffffff;
}

.validator
{
    color: Red;
    background-color: #EEE04B;
}


.validatorhighlight
{
    background-color: #EEE04B;
}

.gvRow
{
    vertical-align: top;
    text-align: left;
}

.gvRow:hover
{
    background-image: url(images/alphablack.png);
    background-repeat: repeat;
    background-color: Transparent; 
}

.watermark
{
    color: #aaaaaa;
    font-size: 11px;
}

.eventhr
{
    color: #ffffff;
    width: 90%;
    height: 1px;
    border-top-style: dashed;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 1px;
    margin-left: 0px;
    margin-right: auto;
    padding: 0px;
    text-align: left;
}

.alphablack
{
    background-image: url(images/alphablack.png);
    background-repeat: repeat;
    background-color: Transparent;
}

.alphawhite
{
    background-image: url(images/alphawhite.png);
    background-repeat: repeat;
    background-color: Transparent;
}

#menudiv
{
	color: #333333;
	word-spacing: 18px;
	text-align: center;
	font-size: 12px;
}

#menudiv a
{
	color: #e02c28;
	font-size: 13px;
	text-decoration: none;
}

#menudiv a:hover
{
	color: #333333;
	font-size: 13px;
	text-decoration: none;
}

#toptextdiv h2
{
	color: #e02c28;
	font-size: 32px;
	font-weight: bold; 
	text-transform: uppercase;
}

#titlediv h1
{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}

#midcontentdiv
{
	color: #ffffff;
	font-size: 13px;
}

#midrightdiv
{
	color: #ffffff;
	font-size: 13px;
}
