body{
	margin:0;
	height:100%;
	width:100%;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
	text-align:center;
	cursor:default;
	background:#fff url(../images/layout/bgbody.jpg) repeat-x top;
}

h1,h2,h3,h4,h5,h6,form,div,span{
	padding:0;
	margin:0;
}

h1{	font-size:18px;	}
h2{	font-size:16px;	}
h3{	font-size:14px;	}
h4{	font-size:11px;	}
h5{	font-size:11px;	}
h6{	font-size:11px;	}

img{
	border:0;
	padding:0;
	margin:0;
}

a{
	color:#9d2929;
	text-decoration:none;
}

a:hover{
	color:#5d0000;
	text-decoration:underline;
}

a{
	cursor:pointer;
}

p{
	margin:0 0 10px 0;
}

ul{
	list-style-type:none;
	margin:0 0 15px 2px;
	padding:0;
}

ul li{
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/layout/icon01.gif) no-repeat 0 7px;
}

ol{
	margin-top:0;
	margin-bottom:15px;
}

ol li{
	margin:0;
	padding:0 0 0 0 !important;
	background:none !important;
}

address{
	font-style:normal;
	margin:0 0 10px 0;
}

input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}

.table{
	margin:0 0 10px 0;
	clear:both;
	border-right:1px solid #f00;
	border-bottom:1px solid #f00;
	background:#000;
	color:#000;
}

.table th, .table td{
	vertical-align:top;
	border-left:1px solid #f00;
	border-top:1px solid #f00;
	padding:3px 5px;
}

.table th{
	background:url(../images/layout/bgth.gif) repeat-x bottom;
	color:#fff;
}

.table td.info{
	font-weight:bold;
}

.left	{	float:left !important;	display:inline !important;	}
.right	{	float:right !important;	display:inline !important;	}
.clreol	{	float:none !important; 	clear:both !important;		}

.hidden{	display:none !important;	}

.textgrey		{	color:#999;		}
.textorange		{	color:#f63;		}
.textgreen		{	color:#090;		}
.textred		{	color:#f00;		}
.textblue		{ 	color:#039;		}

ul.warning{
	color:#f00;
	margin-bottom:10px;
}

ul.warning li{
	padding-left:0;
}

.row{
	width:100%;
	float:left;
	clear:both;
	margin:2px 0;
}

.row label{
	width:35%;
	float:left;
}

.row .rowwrap{
	width:64%;
	float:left;
}

.row .rowwrap label{
	float:none;
}
