/* CSS Document */

a:link,
a:visited,
a:active,
a:focus
{
	font-family     : Verdana, sans-serif;
	font-size       : 11px;
	font-weight     : bold;
	color           : #F5BA08;
	text-decoration : none;
	outline         : none;
}

a:hover
{
	text-decoration : underline;
}

.title
{
	font-size : 24px;
}

.subTitle
{
	font-size : 20px;
}

.subSubTitle
{
	font-size : 16px;
}

select
{
	font-family : Tahoma;
	font-size   : 11px;
	font-weight : normal;
}

#login {
	position:absolute;
	left:370px;
	top:130px;
	width:606px;
	height:30px;
	z-index:11;
}

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #ffffff;
line-height: normal;
padding: 3px;
}.high {
	font-family: Verdana, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height: 11px;
	font-weight: bold;
	padding: 3px;
	font-weight: bold;
}.header {
	font-family: Verdana, sans-serif;
	font-size:13px;
	color:#ffffff;
	line-height: normal;
	font-weight: bold;
}.header2 {
	font-family: Verdana, sans-serif;
	font-size:18px;
	color:#ffffff;
	line-height: normal;
	font-weight: bold;
}.form {
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 11px;
	
}.button {
	font-family: Verdana, sans-serif;
	font-size:12px;
	color:#F5BA08;
	font-weight: bold;
	padding-top: 10px;
}

.fieldCol
{
    text-align: left;
    vertical-align: top;
}

.fieldCol1
{
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
    width: 185;
}

.fieldCol2
{
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    vertical-align: top;
}
.fieldLabel
{
    font-family: Verdana, sans-serif;
    color:#ffffff;
    font-size : 11px;
    font-weight: bold;
}
.fieldNote
{
    font-family: Verdana, sans-serif;
    color:#ffffff;
    font-size : 9px;
    font-weight: normal;
}
.fieldError
{
    font-family: Verdana, sans-serif;
	color:#ff0000;
      font-size : 10px;
      font-weight : normal;
}
