html{height:100%}
body,td,input,select,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 15px;
	scrollbar-face-color: #F0F0F0;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #F0F0F0;
	scrollbar-darkshadow-color: #F0F0F0;
}
b{
	font-weight: bold;
}
small{
	font-size: 9px;
	color: #000000;
	line-height: 13px;
}
big{
	font-size: 16px;
}

a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #F88379;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	color: #F88379;
	font-weight: bold;
	text-decoration: none;
}
.subnav{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.subnav:hover{
	color: #F88379;
	font-weight: normal;
	text-decoration: none;
}
.subnav:active{
	color: #F88379;
	font-weight: normal;
	text-decoration: none;
}

.grey{
	color: #cccccc;
	font-weight: normal;
}

input{
	border-width: 1px;
	border-style: solid;
	border-color: #757575;
	background: #FFFFFF;
}
select{
	border-color: #787878;
}
textarea{
	border-width: 1px;
	border-style: solid;
	border-color: #787878;
}
.checkbox{
	border: none;
}
