#bar{width:580px; height:4px; background-image:url(images/menubar1.gif); background-repeat:repeat-x;}

/*GRAY PANEL*/
.graypanel{
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/*TEXT STYLES*/
.toptext {
	font: 1em Tahoma, sans-serif;
	color: #333333;
}

.bodytext {
	font: 12px Tahoma, sans-serif;
	color: #333333;
}

.middletext {
	font: 1em Tahoma, sans-serif;
	font-size:25px;
	font-weight:bold;
	color: #3399FF;
}
.titletext {
	font: 12px Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF0000;
}
.bluetitle {
	font: 12px Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFF;
}
.smalltitle {
	font-weight:bold;
	color:#FF3300;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.smallwhitetext {
	font: 1em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 1em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font-size: 14px;
	font-weight:normal;
	color:#F0C;
	font-family: Tahoma, sans-serif;
}
.smallgraytext a{
	font: 1em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#F0C;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	line-height:130%;
}
.smallredtext a{
	font: 1em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#0000CC;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
