/* Site wide style definations */

body {
	background-color : #6666CC
}

/* Text styles */
b.hd {color: #eeeeee; font: 12pt "Arial, sans serif"}
b.hdb {color: #eeeeee; font: bold 12pt "Arial, sans serif"}
b.hdbi {color: #eeeeee; font: bold italic 12pt "Arial, sans serif"}
b.gbi {color: #000066; font: bold italic 16pt "Arial, sans serif"}
b.mn {color: #eeeeee; font: 10pt "Arial, sans serif"}
b.mnb {color: #eeeeee; font: bold 10pt "Arial, sans serif"}
b.mni {color: #eeeeee; font: italic 10pt "Arial, sans serif"}
b.sm {
	color: #000066;
	font: normal 9pt "Arial, sans serif"
}
b.smb {color: #eeeeee; font: bold 9pt "Arial, sans serif"}


/* Link styles */
A:link {color: #000066; text-decoration: none}
A:hover {color: #000066; text-decoration: underline}
A:visited {color: #000066; text-decoration: none}
A:active {color: #666666; text-decoration: underline}

input.radio {background-color:#8383e9}

