/* CSS Document */
body {	
	margin: 0px;	
    font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	line-height:16px;
	background:#fff;
}
td {
    font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: black;		
	background:#fff;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

li {
	padding:10px 30px 10px 0px;
}

.padded {
	padding:0px 25px 0px 35px;
}

#container {
	background-color:#fff;
}

#container p {
	padding:0px 30px 0px 30px;
}

#container h3 {
 	text-align:center;
	padding-top:18px;
}

#flash1 {
	z-index:1;
}

.whitebox {
	background:#fff;
	border:solid 1px #B88E00;
	margin:12px;
	font-size:11px;
}

.yellowtable table, td {
	background:#FDFCED;
}

a:link	{
   color:#0000cc;
   text-decoration:underline;
}
a:visited {
    color:#0000aa;
   text-decoration:underline;
}
a:hover {
    text-decoration:underline;
    color:#0000ff;
}
.headlink {
}

.headlink a:link {
   color:#009933;
   text-decoration:none;
}
.headlink a:visited {
    color:#006633;
   text-decoration:none;
}
.headlink a:hover {
    text-decoration:none;
    color:#00cc33;
}
