/* CLEAR OUT BLOCK LEVEL ELEMENTS */
DIV, P, TABLE, IMG, OBJECT, EMBED, PARAM, H2, H4, H5 {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* GENERAL STUFF */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

p, table, ul, ol, input, select {
	font-size: 11px;
}

.arial15pt {

	font-weight: normal;	
	font-size: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.arial5pt {

	font-weight: normal;	
	font-size: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 11px;
	color: #333333;
	position: relative;
	top: 15px;
	left: 20px;
}

.special {

	A:link {  text-decoration:none; color:black; }
	A:visited{ text-decoration:underline; color:blue;}
	A:hover{ text-decoration:underline; color:white;}


}

A:link {  text-decoration:none; color:black; }
A:visited{ text-decoration:underline; color:blue;}
A:hover{ text-decoration:underline; color:red;}
