/* CSS Document */

/* style reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

/*###########################################*/
/*########### Main Pages Text ###############*/
/*###########################################*/
.MainText
{
	font-family:Arial;
	font-size: 14px;
	letter-spacing:normal;
	color:#848381;
}
h1
{
	font-family:Arial;
	font-size: 25px;
	color:#848381;
	font-weight:normal;
	letter-spacing:normal;	
}
h2
{
	font-family:Arial;
	font-size: 16px;
	color:#e62d2a;
	font-weight:normal;
	letter-spacing:normal;	
}
h3
{
	font-family:Arial;
	font-size: 12px;
	color:#e62d2a;
	font-weight:normal;
	letter-spacing:normal;	
}

.pageNav
{
	list-style:none;
	margin-left:-40px;
	font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC66
}

.collabDiv
{
	width:450px;
	float:right;
	margin-top:-80px;
}

.SubNav
{
	width:190px;
	font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:40px;
}
a:link
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration:none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #ff0000;
	text-decoration: none;
}

-->