/* LabelLoot style sheet */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
#wrapper {
	text-align: left;
	width: 948px;
	background-color:#ffffff;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 5px auto;
}
.body {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-color: #000000;
}
.bodywhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bodyblue {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-color: #33cccc;
}
.body-sml {
	font-size:9px;
	color:#000000;
}
.body-sml-white {
	font-size:10px;
	color:#FFFFFF;
}
.body-sml-ital {
	font-size:10px;
	font-style:italic;
	color:#000000;
}
.H1	{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#000000;
}
.subhdg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.subhdg1 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.subhdg3	{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}
.subhdgwhite {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}
.subhdgwhitesml {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
.inputbox {
	BORDER-RIGHT: #3f3f3f 1px solid;
	BORDER-TOP: #3f3f3f 1px solid;
	FONT-SIZE: 12px;
	BACKGROUND: #000;
	BORDER-LEFT: #3f3f3f 1px solid;
	COLOR: #ffffff;
	TEXT-INDENT: 3px;
	BORDER-BOTTOM: #3f3f3f 1px solid
}
/* Link Styles
 *
*/
a:link{
	text-decoration:underline;
	font-size:11px;
	color:#0000ff;
}
a:visited{
	color:#983ecc;
}
a:hover{
	color: #EE0F59;
	text-decoration:none
}
a:active {
	color: #FF0000;
}

