/* CSS Document */

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #ffffff; 
	color: #000000; 
	}
p {
	font-size:11px
	}

img
{
border: 0;
}

div {
	font-size:11px
}
	
a { 
	font-weight: bolder; 
	color: navy; 
	text-decoration: none;
	}
td 
{
	font-size: 11px;
	vertical-align: top;
}

.z1
{
	background-color: #F0F8FF;
	border-bottom: 1px solid gray;
}
.z2
{
	background-color:#f3f3f3;
	border-bottom: 1px solid gray;
}

.t1
{
	background-color:navy;
	border-bottom: 1px solid black;
	color: white;
}


.content {
	border: dashed 2px silver;
	background-color:#ffffff;
	padding: 10px;
	padding-top:22px;
	width: 580px;
	padding-bottom: 22px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 8px;
	
}

.error
{
	margin-top: 24px;
	margin-bottom: 24px;
	border: 1px solid #FF0000;
	padding: 6px;
	font-weight: bold;
	width:200px;
}

textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width: 500px;
height: 450px;
}

input
{
font-size:11px;
}

select
{
font-size:11px;
}
