body 
{ 
	font-family: Arial; 
	font-size: 10pt; 
	width: 700px;
	margin: 0 auto;
	
	
	
}
.body 
{ 
	font-family: Arial; 
	font-size: 10pt; 
	text-align: left;
}
p
{ 
	font-family: Arial; 
	font-size: 10pt; 
}
h1
{ 
	font-family: Verdana, Arial; 
	font-size: 14px; 
	font-weight: bolder; 
}
h2
{ 
	font-family: Verdana, Arial; 
	font-size: 12px; 
	font-weight: bold; 
}
h3
{ 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	font-weight:bold; 
}
td 
{ 
	font-family: Arial; 
	font-size: 10pt; 
}
th 
{ 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold; 
}
.urgent
{
	padding:0.5em;
	margin: 0.5em;
	border:1px solid #ccc;
	color: #FF0000; 
	font-weight: bold;
}
.success
{
	padding:0.5em;
	border:1px solid #ccc;
	margin: 0.5em;
	color: #008800;
    	font-weight: bold;
}
.heading
{
	background-color: #DCDCDC;
}
.altrow
{
	background-color: #eCeCeC;
}
.buttontable
{
	background-color: #eCeCeC;
	border-color: #DCDCDC;
}
.buttonlink
{
	font-family: Arial; font-size: 10pt; font-weight: bold; color: #0033FF;
}
.titlelink
{
	font-family: Arial; font-size: 14pt; font-weight: bold; color: #0033FF;
}
.nicebutton
{
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;
	color: #0033FF;
}

A:link { text-decoration: none; color: #0000FF; }
A:visited { text-decoration: none; color: #0000BB; }
A:hover { text-decoration: underline; color: #0000AA; background-color: #F7D154; }
A:active { text-decoration: underline; color: #0000FF; }

A.menulink:link { font-size:12px; color: #0000FF; }
A.menulink:visited { font-size:12px; color: #0000FF; }
A.menulink:hover { font-size:12px; color: #0000AA; background-color: #F7D154 }
A.menulink:active { font-size:12px; color: #0000AA; }

A.buttonlink:link { font-weight: bold; font-size:10pt; color: #0000FF; }
A.buttonlink:visited { font-weight: bold; font-size:10pt; color: #0000FF; }
A.buttonlink:hover { font-weight: bold; font-size:10pt; color: #0000AA; background-color: #F7D154 }
A.buttonlink:active { font-weight: bold; font-size:10pt; color: #0000AA; }

A.titlelink:link { font-weight: bold; font-size:14pt; color: #0000FF; }
A.titlelink:visited { font-weight: bold; font-size:14pt; color: #0000FF; }
A.titlelink:hover { font-weight: bold; font-size:14pt; color: #0000AA; background-color: #F7D154 }
A.titlelink:active { font-weight: bold; font-size:14pt; color: #0000AA; }

.adminclass td
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.adminclass th
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.authorList
{
	border: none;
	border-bottom: 1px solid #ccc;
}