html { 
	margin:0; 
	padding:0; 
}
body { 
	margin:0px; 
	padding:0px; 
	color:#000000; 
	font-family:tahoma,arial,verdana,lucida sans,lucida grande,helvetica,sans-serif; 
	font-size:80%; 
}
h1 { font-size:160% }
h2 { font-size:120%; }
h3 { font-size:130% }
h4 { font-size:120% }
h5 { font-size:110% }
h6 { font-size:100% }
h1, h2, h3, h4, h5, h6	{ 
	margin:0; 
	padding:0; 
	margin-bottom:0.5em; 
}
h2 { 
	color:#CD0920; 
	margin-top:10px;
}
p,form	{ 
	margin:0; 
	padding:0; 
}
input { 
	width:auto; 
	vertical-align:middle; 
}
label { cursor:pointer; }
table { 
	font-size:100%; 
	border:0; 
	border-collapse:collapse; 
}
div { position:relative; }
img	{ border:0; }
ul { 
	margin:0; 
	margin-bottom:1em; 
	padding:0; 
	padding-left:1.4em;
}
ul ul {
	margin-bottom:0 ! important;
	margin-left:10px;
}


#min-width { 
	width:100%; 
	height:1px; /* needs height to work in Netscape */ 
}
.txt, .txtArea, .optional { 
	width:100%;
	color:black; 
	font-family:Trebuchet MS,arial,helvetica,sans-serif; 
	border:1px solid #CD0920; 
	background-color:#FFF; 
	font-size:100%; 
}
.center, .center td, .center th { text-align:center ! important; }
.right, .right td, .right th	{ text-align:right ! important; }
.left, .left td, .left th		{ text-align:left ! important; }
.bottom, .bottom td, .bottom th	{ vertical-align:bottom ! important; }
.top, .top td, .top th			{ vertical-align:top ! important; }
.middle, .middle td, .middle th { vertical-align:middle ! important; }
.clear		{ clear:both; }
.rightf		{ float:right; }
.leftf		{ float:left; }
.centerf	{ text-align:center; margin:0 auto; }
.bold		{ font-weight:bold; }
.normal		{ font-weight:normal ! important; }
.italic		{ font-style:italic; }
.mono		{ font-family:courier new, courier, andale mono, fixed, monospace ! important }
.nowrap		{ white-space:nowrap; }
.u			{ text-decoration:underline ! important; }