/* Sure */

body { font-family: Arial; background-color: #323232 }

a.logo:link { text-decoration: none; }
a.logo:visited { text-decoration: none; }
a.logo:hover { text-decoration: none; }
a.logo:active { text-decoration: none; }
.logo { font-size: 30; color: #ffffff; }

a.header:link { text-decoration: none; }
a.header:visited { text-decoration: none; }
a.header:hover { text-decoration: underline; }
a.header:active { text-decoration: underline; }
.header { font-size: 12; color: #ffffff; }

a.footer:link { text-decoration: none; }
a.footer:visited { text-decoration: none; }
a.footer:hover { text-decoration: underline; }
a.footer:active { text-decoration: none; }
.footer { font-size: 10; color: #ffffff; }

a.red_header:link { text-decoration: none; }
a.red_header:visited { text-decoration: none; }
a.red_header:hover { text-decoration: underline; }
a.red_header:active { text-decoration: none; }
.red_header { font-size: 12; color: #ffffff; font-weight: 600;}

a.read_more:link { text-decoration: none; }
a.read_more:visited { text-decoration: none; }
a.read_more:hover { text-decoration: underline; }
a.read_more:active { text-decoration: none; }
.read_more { color: #323232; font-size: 12; font-weight: bold; }

.boxtitle { color: #ffffff; font-size: 13; font-weight: bold; }
.boxlink { color: #ffffff; font-size: 13; font-weight: bold; cursor: pointer; text-decoration: underline; }

.smallfont {	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }

.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

/* Unsure */

.description { font-size: 12; }
.expand { font-size: 12; cursor: pointer; text-decoration: underline; color: #000000; }
#orange { color: #ff8000; }
.list { font-size: 10; }
.required { color: #ff0000; }
.title { font-size: 25; }
.Title123 { font-weight: bold; font-size: 18px; color: #cc3300; }
.heading { font-size: 20; }
.small_gray { font-size: 12; color: #404040; }

input { border-color: #323232; border-width: 1pt; }
textarea { border-color: #323232; border-width: 1pt; }
select { border-color: #323232; border-width: 1pt; }

.btnSelected { 
	font-weight:bold;
	background-color:#cccccc;
}