/* HEADERS */

h1 {
	font-size:			10pt;
	font-weight:		bold;
	color:				#333333;
	line-height:		1.0em;
	margin-left:		0;
	margin-right:		0;
	margin-top:			5px;
	margin-bottom:		3px;
	padding:            0;
}

h2 {
	font-size:			10pt;
	font-style:			italic;
	font-weight:		normal;
	color:				#333333;
	line-height:		1.0em;
	margin-left:		0;
	margin-right:		0;
	margin-top:			20px;
	margin-bottom:		0;
	padding:            0;
}

p {
	font-size:			10pt;
	color:				#333333;
	line-height:		1.5em;
	margin-left:		0;
	margin-right:		0;
	margin-top:			5px;
	margin-bottom:		0;
}

/* STANDARD*/

a:link {
	background-color:	none;
	color:				#AF1919;
	text-decoration:	none;
}
a:visited {
	background-color:	none;
	color:				#AF1919;
	text-decoration:	none;
}
a:hover	{
	background-color:	none;
	color:				#AF1919;
	text-decoration:	underline;
}
a:active {
	background-color:	none;
	color:				#AF1919;
	text-decoration:	none;
}



/* WHITE */

a.white:link {
	color:				#FFFFFF;
}
a.white:visited {
	color:				#FFFFFF;
}
a.white:hover	{
	color:				#AF1919;
}
a.white:active {
	color:				#AF1919;
}



/* RED */

a.red:link {
	color:				#AF1919;
	text-decoration:	none;
}
a.red:visited {
	color:				#AF1919;
	text-decoration:	none;
}
a.red:hover	{
	color:				#AF1919;
	text-decoration:	underline;
}
a.red:active {
	color:				#AF1919;
	text-decoration:	none;
}



/* OFF-BLACK */

a.offblack:link {
	color:				#333333;
	text-decoration:	underline;
}
a.offblack:visited {
	color:				#333333;
	text-decoration:	underline;
}
a.offblack:hover	{
	color:				#AF1919;
	text-decoration:	underline;
}
a.offblack:active {
	color:				#333333;
	text-decoration:	underline;
}



/* DARKGRAY */

a.darkgray:link {
	color:				#F2F2F2;
	text-decoration:	none;
}
a.darkgray:visited {
	color:				#F2F2F2;
	text-decoration:	none;
}
a.darkgray:hover	{
	color:				#F2F2F2;
	text-decoration:	underline;
}
a.darkgray:active {
	color:				#F2F2F2;
	text-decoration:	none;
}


/* GRAY */

a.gray:link {
	color:				#D7D7D7;
	text-decoration:	none;
}
a.gray:visited {
	color:				#D7D7D7;
	text-decoration:	none;
}
a.gray:hover {
	color:				#D7D7D7;
	text-decoration:	underline;
}
a.gray:active {
	color:				#D7D7D7;
	text-decoration:	none;
}


/* ADOBE */

a.adobe:link {
	color:				#333333;
	text-decoration:	underline;
}
a.adobe:visited {
	color:				#333333;
	text-decoration:	underline;
}
a.adobe:hover	{
	color:				#AF1919;
	text-decoration:	underline;
}
a.adobe:active {
	color:				#333333;
	text-decoration:	underline;
}


/* OTHER */

img {
	border-style:		none;
}

#left {
	position:			relative;
	left:				20px;
	font-size:			8pt;
	line-height:		1.2em;
}

.lowercase {
	text-transform:		lowercase;
}

li {
	list-style-type:	square;
}

.redtext {
	color:				#AF1919;
}

table {
	border:				none;
}

tr {
	border:				none;
}

td {
	border:				none;
	vertical-align:		top;
}
