body {
	margin-left:		0px;
	margin-top:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	font-family:		helvetica,arial,verdana;
	color:			#000000;
	background-color:	#ffffff;
}

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

td.info {
	color:			#ffffff;
	background-color:	#000000;
	padding-right:		15px;
	font-weight:		bold;
	font-size:		12px;
}

td.header {
	font-size:		36px;
	font-family:		impact;
}

td.menu {
	color:			#ffffff;
//	background-color:	#ff3801;
	background-color:	#b40000;
	border-right:		solid 1px #000000;
	padding-left:		6px;
	padding-right:		6px;
	width:			62px;
	text-transform:		capitalize;
	font-size:		12px;
	font-weight:		bold;
	text-align:		center;
}

td.text {
	color:			#000000;
	background-color:	#ffffff;
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		10px;
	padding-bottom:		15px;
}

.border5 {
	border: solid 5px #000000;
}

.border1 {
	border: solid 1px #000000;
}

a {
	font-family:		verdana,helvetica,arial;
	color:			#ff2020;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline; 
}

a.titlelink { color: #0000ff; text-decoration: none; }
a.titlelink:hover { color: #ff0000; text-decoration: none; }

a.image {
	color:			#000000;
}

a.image:hover {

}

a.white {
	color:			#ffffff;
}

h1 {
	font-family:		impact;
	font-weight:		bold;
	font-size:		25px;
	padding-left:		10px;
}

h1.center {
	font-family:		impact;
	font-weight:		bold;
	font-size:		25px;
	text-align:		center;
}

h2 {
	font-family:		impact;
	font-size:		20px;
	letter-spacing:		3px;
	padding-left:		20px;
}

p {
	padding-left:		5px;
	font-size:		12px;
}

p.center {
	text-align:		center;
}

.img_left {
	float:			left;
	padding-right:		5px;
}

.img_right {
	float:			right;
	padding-left:		5px;
}

font.title {
	font-size:		24px;
	font-family:		verdana;
	font-weight:		bold;
	padding-left:		3px;
}

input,textarea {
	font-familiy:		arial,helvetica;
	font-size:		12px;
	background:		#e0e0e0;
	border:			1px solid #000000;
}

select {
	font-familiy:		arial,helvetica;
	font-size:		12px;
	background:		#e0e0e0;
	border:			1px solid #000000;
}

