



/* Standard Text Elements */

P, DIV, LI, TD, BLOCKQUOTE	{

	font-family : Arial, Geneva, Helvetica, sans-serif;

	font-size : 12px;

	font-style : normal;

	color: #000000;

	

}

.pubmem
{
	font-family : verdana;

	font-size : 12px;

	font-style : normal;

	color: #993300;
}

.alert
{
	font-family : verdana;

	font-size : 11px;

	font-weight:normal;

	font-style : normal;

	color: red;
}

STD	{

	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

	font-size : 11px;

	font-style : normal;

	line-height : 150%;

	color: #000000;

	

}



/* Anchors */

A	{

	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;

	font-size : 12px;

	font-style : normal;

	text-decoration : underline;

	color: #004E9B;

}

A.alt	{

	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;

	font-size : 12px;

	font-style : normal;

	text-decoration : underline;

	color: #004E9B;

}

A.nav	{

	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;

	font-size : 12px;

	font-style : normal;

	text-decoration : underline;

	color: white;

}

A:Hover	{

	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;

	font-size : 12px;

	font-style : normal;

	text-decoration : underline;

	color: #949EB8;

}



/*Main Headings */

H1, H2, H3, H4, H5, H6 {

	font-family : Arial, Helvetica, sans-serif;

	color:#000066;

}



/* Table Headings */

TH	{

	color: white;

	font-size: 15px;

	font-family: arial;

	background-color:#52658C;

}

TH.subTH	{

	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

	font-size: 13px;

	color: white;

	text-decoration: underline;

	background-color:#52658C;

}



/* Form Elements */

.stdInput, TEXTAREA	{

	background: #F0F8FF;

	border : 1 ridge #545454;

	font-family : Arial, Helvetica, sans-serif;

	font-size : 12px;

	font-style : normal;

	color: #000000;

}

SELECT	{

	background: #F0F8FF;

	font-family : Arial, Helvetica, sans-serif;

	font-size : 12px;

	font-style : normal;

	color: #000000;

}



/* Horizontal Line */

HR {

	text-align : center;

	color : #545454;

}



/* EXTRA CLASSES */

/* error dispaly */

.error	{

	color: #ff0033;

	font-weight: bold;

}

/* fine print */

.fine {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10px;

	font-style : normal;

	color: black;

}

/* alternating row colors */

.rowspan1	{

	background-color: #DADADA;

}

.rowspan0	{

	background-color: white;

}

/* generic border */

.stdBorder	{

	border : 0px ridge #DADADA;

}