
/* link styles */
A {
	color : #6188B4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration : none;
	cursor: hand;
}

A:link {
	color : #6188B4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration : none;
}

A:visited {
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color : #B84D26;
}

A:hover {
	text-decoration : underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color : #6188B4;
}
/* link styles */

/* text styles */

.header {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #833626;
	font-size : 16px;
	font-weight : bold;
	font-variant: small-caps;
}

.subheader {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #6188B4;
	font-size : 13px;
	font-weight : bold;
}

.headerwhite {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 13px;
	font-weight : bold;
	font-variant: small-caps;
}

.text {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size : 11px;
	font-weight : normal;
}

.textgray {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size : 11px;
	font-weight : normal;
}

.textbold {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size : 11px;
	font-weight : bold;
}

.alert{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #833626;
	font-size : 10pt;
	font-weight : bold;
}

/* text styles */