/* CSS Document */
body{
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

input, textarea{
	width:160px;
	
	border: #000000 1px solid;
	background-color:#f1f3f3;
	color:#000000;
	
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
}

.whitebtn{
	width:auto;
	
	border: #000000 0px solid;
	background-color:#FFFFFF;
	color:#000000;
	
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
}

.px3padding{
	padding-left:3px;
}

.sansserif {
		font-family:Trebuchet MS, Helvetica, sans-serif;
}

.tahoma {
		font-family:Tahoma, Helvetica, sans-serif;
}

div{
	display:inline;
}

img{
border:thin;
border-color:#666666;
margin:1px;
}

table{
	border:none;
}

a{
text-decoration:none;
color:#333333;
}
a:hover{
text-decoration:underline;
color:#000000;
}
a:visited{
text-decoration:none;
color:#333333;
}

.block{	display:block; }

.bg_norepeat{	background-repeat:no-repeat; }
.bg_repeath{	background-repeat:repeat-x; }
.bg_repeatv{	background-repeat:repeat-y; }

.float_left{	display:inline; float:left; }
.float_right{	display:inline; float:right; }

.smallesttext{	font-size:9px;  }
.smallertext{	font-size:10px;  }
.smalltext{		font-size:11px;  }
.normaltext{	font-size:12px;	}

.largetext{		font-size:18px;  }

.graytext{	color:#AAAAAA;}