/* Boler CSS Document */

body { 
background-color: #eaeef7; 
margin: 0; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
}

.smlabel
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
        text-decoration: none;
}
.maintitle
{
        padding: 0 0 0 10;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
}
.title
{
        padding: 0 0 0 0;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.menubutton
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../images/blank.png) top center; 
	width: 110px;
	height: 30px;
	text-align: center;
	font-weight: bold;
}
.menubutton_over
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../images/blank_over.png) top center; 
	width: 110px;
	height: 30px;
	text-align: center;
	font-weight: bold;
}
.smtext
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
        text-decoration: none;
}
.datelabel { 
       font-size: 13px; 
       font-family: Sans-Serif;
       color: #DBDBDB;
       background-color: #A5A5A5;
       font-weight: bold;
       text-decoration: none;
}
.defaulttext
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
        text-decoration: none;
}
.txtbutton
{
	font-family: Arial;
	font-size: 12px;
       color: #FFFFFF;
       text-decoration: none;
       background-color: #262626;
       border: 0px;
       font-weight: bold;
}
.label
{
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
        text-decoration: none;
}
.largetext
{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
        text-decoration: none;
}
.largelabel
{
	font-family: Arial;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
        text-decoration: none;
}
a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;	
}
#dropmenudiv{
position:absolute;
border-right:1px solid #A5A5A5;
border-left: 1px solid #A5A5A5;
border-bottom: 1px solid #A5A5A5;
font:normal 12px Arial;
line-height:20px;
z-index:100;
background-color: #FFFFFF;
background: url(../images/menu_back.png) top left repeat-x;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
border-right:0px solid black;
border-left: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: lightyellow;
color: black;
}

.clear { height: 1px; clear: both; overflow: hidden; }