body {
	font-family: Verdana;
	font-size: 10px;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

td.header {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
}

table.content 
{
	border: 1px solid #000000;	
	
}

table.content2 
{
	border: 1px solid #000000;	
	border-left: 0px;
	border-right: 0px;
	
}

p {
	font-family: Verdana;
	font-size: 10px;
}

a {	font-family:Verdana;
	font-style:normal;	
	font-size: 10px;
	color: #000000;	
	text-decoration:none;
}

a:hover {
	font-size: 10px;
	color: #FF0000;
	font-style: normal;	
	text-decoration: underline;
}

a:visited 
{	
	font-size: 10px;
	color: #000000;
	font-style: normal;	
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

form {
	display: inline;
}

/********** Form Elements **********/

select {
	width: 200px;
	margin-top: 10px;
}

input.inputAppt {
	width: 250px;
}

textarea.textAppt {
	width: 500px;
	height: 100px;
}

