/* defines our default font face and size */
body 
{
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
        scrollbar-base-color:#333399; 
        scrollbar-arrow-color:#FFFFFF;
        scrollbar-DarkShadow-Color:#111177; 


}

td 
{
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}

label
{
	cursor:pointer;
	cursor:hand;
}

/* default link styles */
a:link 
{
	color:#880000
}

a:active 
{
	color:#880000
}

a:visited 
{
	color:#880000
}

a:hover 
{
	color:#880000
}


/* popup link styles */
a.popup:link {
	color:#FFFFFF
}
a.popup:active {
	color:#FFFFFF
}
a.popup:visited {
	color:#FFFFFF
}
a.popup:hover {
	color:#FFFFFF
}


.smallwhite {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 10px; 
	color:#ffffff; 
}
a.smallwhite:link {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 10px; 
	color:#ffffff; 
}
a.smallwhite:active {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 10px; 
	color:#ffffff; 
}
a.smallwhite:visited {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 10px; 
	color:#ffffff; 
}
a.smallwhite:hover {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 10px; 
	color:#ffff99; 
}



/* a small serif font for  */
.serif {
	font-family: times new roman, times, serif; 
	font-size: 12px;
}

.large {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 18px; 
}

.coupon {
	font-family: Times New Roman, helvetica, sans-serif; 
	color: #bb0000; 
	font-size: 12px;
}

.subhead {
	font-family: times new roman, times, serif; 
	font-size: 27px; 
	font-weight: bold;
}

.small {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 10px;
}


.small2 {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 11px;
}

.form {
	font-family: monospace; 
	font-size: 12px;
}

.dropdown {
	font-size: 10px;
}

.caption {
	font-family: Times New Roman, helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}

.verdana {
	font-family: Times New Roman, helvetica, arial; 
	font-size: 12px;
}


.midwhite {font-family: Times New Roman, helvetica, sans-serif; font-size: 11px; color:#ffffff; hover:#ffff33}

.boldwhite {font-family: Times New Roman, helvetica, sans-serif; font-size: 12px; color:#ffffff; hover:#ffff33; font-weight: bold}

.bigwhite {font-family: times new roman, times, serif; ; font-size: 18px; color:#ffffff;}

.tableheader {font-family: Times New Roman, helvetica, sans-serif; font-size: 12px; color:#ffffff;}

/* link style for blue fonts */
a.brightblue:link {
	color: #0000FF;
}

a.brightblue:active {
	color: #0000FF;
}

a.brightblue:visited {
	color: #0000FF;
}

a.brightblue:hover {
	color: #0000FF;
}

.boldbrightblue {
	font-family: Times New Roman, Helvetica, Sans-Serif; 
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}







