/******************************************  
MAIN STYLES 
******************************************/

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	line-height: 1.3em;
}

td,th {
	font-size: 12px;
	line-height: 1.3em;
}
ol {
	line-height: 1.5em;
}
.spaced {
	line-height: 18px;
}
.small {
	font-size: 10px;
}
.b_i {
	font-weight: bold; font-style: italic;
}
.imgbrder {
	float: right;
	margin: 4px;
}

/******************************************  
COLORS
******************************************/

.white {
	color: #FFFFFF;
}
.orange {
	color: #cc6600;
}
.red {
	color: #990000;
}
.brown {
	color: #663300;
}
.blue {
	color: #000066;
}
.green {
	color: #006600;
}
.purple {
	color: #660099;
}
.pink {
	color: #FFC1C1;
}


/******************************************  
LARGE FONTS
******************************************/

.blacklrg {
	font-family: Tahoma, Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight: bold; line-height: 22px;
}
.redlrg {
	font-family: Tahoma, Helvetica, sans-serif; font-size: 18px; color: #990000; font-weight: bold; line-height: 22px;
}
.title {
    font-family: Verdana, sans-serif; font-size: 24px; font-weight: bold; line-height: 28px;
}
.whtlrg {
    font-family: Tahoma, Helvetica, sans-serif; font-size: 18px; font-weight: bold;  color: #ffffff; line-height: 22px;
}
.serifsmall {
	font-family: Times New Roman, Times, serif; font-size: 10px;
}
.serifmed {
	font-family: Times New Roman, Times, serif; font-size: 12px;
}
.seriflrg {
	font-family: Times New Roman, Times, serif; font-size: 18px; line-height: 22px;
}


/******************************************  
LINKS
******************************************/

a:link {
	color: #660000; text-decoration: underline; font-weight: bold;
}
a:visited {
	color: #330000; text-decoration: none; font-weight: bold;
}
a:hover {
	color: #333333; text-decoration: none; font-weight: bold;
}
a:active {
	color: #FF0000; text-decoration: none; font-weight: bold;
}
a.blklink:link {
	color: #000000; text-decoration: underline; font-weight: bold;
}
a.blklink:visited {
	color: #000000; text-decoration: none; font-weight: bold;
}
a.blklink:hover {
	color: #FF0000; text-decoration: none; font-weight: bold;
}
a.blklink:active {
	color: #FF8400; text-decoration: none; font-weight: bold;
}
a.whtlnk:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a.whtlnk:visited {
	color: #CCCCCC; text-decoration: underline;
}
a.whtlnk:hover {
	color: #FFFF00; text-decoration: none;
}
a.whtlnk:active {
	color: #339900; text-decoration: none;
}

a.lrgelnk:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	 line-height: 28px;
}
a.lrgelnk:visited {
	color: #CCCCCC; text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	 line-height: 28px;
}
a.lrgelnk:hover {
	color: #FFFFCC; text-decoration: underline;
	font-size: 22px;
	font-weight: bold;
	 line-height: 28px;
}
a.lrgelnk:active {
	color: #FFFF00; text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	 line-height: 28px;
}

