/*------------- GLOBAL SELECTORS */

BODY	{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
}


/*------------- FONTS */

td	{
	font-family:arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.blue	{
	color:#0000FF;
}

.copy	{
	font-size:10px;
	color:#334c66;
}

a.copy	{
	font-size:10px;
	color:#334c66;
	text-decoration:none;

}

.bullet	{
	font-family:arial, Tahoma, sans-serif;
	font-size:14px;
	color: #334c66;
	font-weight:bold;
}

/*------------- HEADERS */

.headline	{
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #79c200;
	font-weight: bold;
}

a.headline	{
	text-decoration:none;
}


.seperator	{
	border-left: 1px solid #336699; padding: 8px; border-left-style: dashed;
}

.seperator2	{
	border-bottom: 1px solid #336699; padding: 8px; border-bottom-style: dashed;
}

.highlite {
	background-color:#ffff00;
}

/*------------- FORM */

.stripe {
	background-color:#eceff8;
}

td.justified, body.justified {
	text-align : justify;
}

input.button {
	font-family:tahoma, verdana, arial;
	font-size:10pt;
	font-weight: bold;
	color:#336699;
	border:2px dashed #336699;
	background-color:#c0c0c0;
}