body,html {
	width:100%;
	height:100%;
	
	background-color: #ffffff;
}

body {
	
}

body,td,tr,table,p,span,div,input,textarea,select,option,optgroup {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #53524d;
}

span.small {
	display: block;
	font-size: 10px;
	line-height: 13px;
}

select, .input_text, textarea {
	list-style:none;
	background-color:#ffffff;
	border-top:1px solid #929293;
	border-bottom:1px solid #EBECED;
	border-left:1px solid #ADAEAF;
	border-right:1px solid #CACBCC;
}

select {
	overflow: hidden;
}

img {
	border: none;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

optgroup {
	font-style: normal;
}

option {
	list-style: none;
	padding: 4px 0px 2px 0px;
	background-color: #FFFFFF;
	border: 0px;
}

a:link, 
a:visited { 
	color: #880000; 
	text-decoration: none; 
}
a:hover { 
	color: #880000; 
	text-decoration: underline; 
}

a.softlink:link, 
a.softlink:visited {
	color: #53524d;
	text-decoration: none;
}
a.softlink:hover { 
	color: #880000; 
	text-decoration: none; 
}

ul, ol {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

li {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: square;
}