table
{
	padding: 			0px;
	margin:				0px;
	border-spacing: 	0px;
	border:				none;
	border-collapse:	collapse;
	font-size:			12px;	
}

td
{
	padding:			0px;
	margin:				0px;
	vertical-align: 	top;
	line-height:		18px;	
	text-align: 		left;
}

p
{
	padding: 			0px;
	margin:				0px;
}

img
{
	border:				0px;
}

h1
{
	font-family:		MS Sans Serif;
	font-size:			24px;
	font-weight:		normal;
	color:				#000000;
	margin-bottom:		0px;
}

h2
{
	font-family:		MS Sans Serif;
	font-size:			18px;
	font-weight:		normal;
	color:				#964242;
	margin-bottom:		5px;
}

h3
{
	font-family:		MS Sans Serif;
	font-size:			16px;
	font-weight:		bold;
	font-style:			normal;
	color:				#964242;
	margin-bottom:		5px;
}

a:link, a:active, a:visited
{
	color:				#3984b0;
	text-decoration:	none;
}

a:hover
{
	color:				#3984b0;
	text-decoration:	underline;
}

ul
{
	padding-left:	0px;
	margin-left:	0px;
	margin-top:		10px;
	list-style-position: inside;
}

li
{
	line-height:	18px;
	vertical-align: top;
}

form
{
	padding:			0px;
	margin:				0px;
}

input, textarea
{
	background-color:	#ffffff;
	border:				1px solid #5d5d5d;
	height:				20px;
	margin:				1px;
	font-family:		Arial;
	font-size:			12px;
}

button
{
	background-color:	#b2b2b2;
	border:				1px solid #5d5d5d;
	height:				20px;	
}
