/*  GENERAL STYLES  */

body,p,td,li {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #FFF;}

h1,h2,h3,h4,h5,h6,h7  {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
	font-weight: bold;
}
h1 {font-size: 24px;}
h2 {
	font-size: 20px;
	margin-bottom : 10;
	margin-left : 0;
	margin-right : 0;
	margin-top : 8;
}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
h7 {font-size: 9px;}

tt {
	font-family: "Courier New", Courier, monospace;
}

/*  TABLE STYLES  */
td.side {
	color: #000;
}
.pad {
	margin-top:20;
	margin-bottom:0;
	margin-left:45;
	margin-right:45;
}
li.spaced {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 12;
}

/*  LINK STYLES  */

a:link,a:visited;a:active;a:hover {
	text-decoration: underline;
}
a:link {color: #9FF;}
a:visited {color: #9FF;}
a:active {color: #9FF;}
a:hover {color: #FFF;}

a.side:link {color: #900; font-weight: bold; font-size: 11px; text-decoration: none;}
a.side:visited {color: #900; font-weight: bold; font-size: 11px; text-decoration: none;}
a.side:active {color: #900; font-weight: bold; font-size: 11px; text-decoration: none;}
a.side:hover {color: #000; font-weight: bold; font-size: 11px; text-decoration: underline;}

a.sidelg:link {color: #900; font-weight: bold; font-size: 12px; text-decoration: none;}
a.sidelg:visited {color: #900; font-weight: bold; font-size: 12px; text-decoration: none;}
a.sidelg:active {color: #900; font-weight: bold; font-size: 12px; text-decoration: none;}
a.sidelg:hover {color: #000; font-weight: bold; font-size: 12px; text-decoration: underline;}

a.largebtn:link,a.largebtn:visited,a.largebtn:active {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: #FC0;
	padding-top:3;
	padding-bottom:3;
	padding-right:10;
	padding-left:10;
	border : 1 solid #000;
}
a.largebtn:hover {
	{color: #000; font-weight: bold; font-size: 14px; text-decoration: none; background: #FFF; padding-top:3;padding-bottom:3;padding-right:10;padding-left:10;border : 1 solid #000;}

/*  SPECIFIC STYLES  */

.black24 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
}
.black18 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.black14 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.sidebold {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10;
	margin-bottom: 10;
	margin-right: 25;
	margin-left: 25;
}
.sidenormal {
	font-size: 11px;
	font-weight: normal;
	margin-top: 10;
	margin-bottom: 10;
	margin-right: 25;
	margin-left: 25;
}