
td, body{ 
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 	11px;
}

ul{
	margin-left:	0px;
	margin-right:	0px;
	margin-bottom:	0px;
	margin-top:	0px;
	padding-left:	0px;
	padding-right:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
}

h1{
	margin-top:	0px;
	padding-top:	0px;
	margin-bottom:	0px;
	padding-bottom:	0px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 	14px;
}

h2{
	margin-top:	0px;
	padding-top:	0px;
	margin-bottom:	0px;
	padding-bottom:	0px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 	12px;
	color: 		#000099;
}

hr{
	border:		1px;
	color:		#DD9A9A;
	background-color:#DD9A9A;
	height:		1px;
}

.table01{
	border: 	0px;
	border-style:	solid;
	border-color:	#DD9A9A;
	border-width:	1px;
	background-color:#FFF4F4;
}

.table02{
	border: 	0px;
	border-style:	solid;
	border-color:	#999999;
	border-width:	1px;
	background-color:#F9F9F9;
}

input, button, textarea{
	border-style:	solid;
	border-color:	#DD2D05;
	border-width:	1px;
	background-color:#FFEAEA;
	color:		#800000;
	font-size: 	11px;
	font-weight:	bold;
}

img{
	border: 	0px;
}

form{
	border:		0px;
	padding:	0px;
	margin:		0px;
}


input:hover, textarea:hover{
	border-style:	solid;
	border-color:	#DD2D05;
	border-width:	1px;
	background-color:#FFFFFF;
	font-size: 	11px;
	font-weight:	bold;
}

.minifont{
	font-size:	8px;
}

.minifont2{
	font-size:	9px;
}

.errorfont{
	color:		#CC0000;
	font-weight:	bold;
}

.greyfont{
	color:		#555555;
	font-style:	italic;
	font-size:	9px;
}

.table_head{
	background-image:url('/content/images/head.png');
	background-repeat:repeat-x;
	height:		25px;
	border-style:	solid;
	border-width:	1px;
	border-color:	#DD2D05;
	font-weight:	bold;
	color:		#FFFFFF;
	padding-right:	5px;
}

.table_head2{
	background-image:url('/content/images/head2.png');
	background-repeat:repeat-x;
	height:		25px;
	border-style:	solid;
	border-width:	1px;
	border-color:	#999999;
	font-weight:	bold;
	color:		#FFFFFF;
	padding-right:	5px;
}

.tbutton{
	background-image:url('/content/images/button.png');
	background-repeat:repeat-x;
	font-weight:	bold;
	color:		#FFFFFF;
	cursor:		pointer;	
}

.tbutton2{
	background-image:url('/content/images/head2.png');
	background-repeat:repeat-x;
	font-weight:	bold;
	color:		#555555;
	cursor:		pointer;
	border-style:	solid;
	border-color:	#999999;
	border-width:	1px;
	background-color:#F6F6F6;
}

.tbutton2:hover{
	border-color:	#555555;
}

A:visited  {color: #800000; text-decoration: none;}
A:link  {color: #800000; text-decoration: none;}
A:active  {color: #800000; text-decoration: none;}
A:hover   {cursor: pointer; color: #DD2D05; text-decoration: underline;}
