table        { font-family: Arial; font-size: 10pt; color: #FFFFFF }

a            { color: #3399FF }

a:hover      { color: #FFFF00 }

#header{
	
	height:35px;
	width:954px;
	padding-left:46px;
}

.button{
	width:75px;
	height:27px;
	float:left;
	margin-left:1px;
	
}

.button2{
	width:141px;
	height:27px;
	float:left;
	margin-left:1px;
}

.button3{
	width:110px;
	height:27px;
	float:left;
	margin-left:1px;
}

.menuButton{
	width:75px;
	height:27px;
	float:left;
	vertical-align:middle; 
	text-align:center;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#092080;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}


.menuButton:hover{
	background-image:url(../images/buttonOver.png);
	background-repeat:no-repeat;
	color:#FFF;
	
}

.menuButton2{
	width:141px;
	height:27px;
	float:left;
	vertical-align:middle; 
	text-align:center;
	background-image:url(../images/bigButton.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#092080;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}

.menuButton2:hover{
	background-image:url(../images/bigButtonOver.png);
	background-repeat:no-repeat;
	color:#FFF;
	
}

.menuButton3{
	width:110px;
	height:27px;
	float:left;
	vertical-align:middle; 
	text-align:center;
	background-image:url(../images/buttonMedium.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#092080;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}

.menuButton3:hover{
	background-image:url(../images/buttonMediumOver.png);
	background-repeat:no-repeat;
	color:#FFF;
	
}
