* { margin: 0px; padding: 0px; }

html, body { 
height: 100%;
}

td, div, p { 
font-size:12px;
font-family:Arial, Verdana, Sans-serif;
color:#333333; 
}

a, a:visited, a:active {
    outline: none;
    font-weight: bold;
    text-decoration: none;
	color:#943333;
}

a:hover { text-decoration: underline; }

img { border: none; }

table { width: 100%; border: none; }

table td { vertical-align: top; }

div.clearfix { font-size: 0px; clear: both; }

input.inputbox { 
outline: none;
border:none;
font-family:Arial, Verdana, Sans-serif;
font-weight:bold;
font-size:10px;
}

input.inputbutton { 
cursor: pointer;
font-family:Arial, Verdana, Sans-serif;
font-weight:bold;
font-size:10px;
color:#838383;
 }

textarea { outline: none; overflow: auto; }

option { padding: 0px 10px 0px 0px; }
