/* Main style sheet for TA Chance Design
   http://tachancedesign.com/
   Started September, 2008 */
body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	background-color: #98B63D;
}
/* --- Link properties --- */
A:link {
	color:#FFFFAE;
	text-decoration: none;
}
A:visited {
	color:#FFFFAE;
	text-decoration: none;
}
A:hover {
	color:#EED16F;
	text-decoration: none;
}
:focus, :active { outline: 0; }

.tiny {
	font-size: 9px;
}

.regtext {
	font-size: 16px;
	color: #FFFFFF;
}
.heading18{
	font-size: 18px;
}

.heading28{
	font-size: 28px;
}

.heading 24{
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justifiedregtext {
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

