


/* Standard Text Elements */

P, DIV, LI, TD, BLOCKQUOTE	{

font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

font-size : 11px;

font-style : normal;

color: #000000;



}



STD	{

font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

font-size : 11px;

font-style : normal;

line-height : 150%;

color: #000000;



}



/* Anchors */

A	{

font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

font-size : 11px;

font-style : normal;

text-decoration : none;

color: blue;

}

A.alt	{

font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

font-size : 11px;

font-style : normal;

text-decoration : none;

color: green;

}

A.nav	{

font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

font-size : 11px;

font-style : normal;

text-decoration : none;

color: orange;

}

A:Hover	{

text-decoration: underline;

}



/*Main Headings */

H1, H2, H3, H4, H5, H6 {

font-family : Arial, Helvetica, sans-serif;

color:#000066;

font-size:16px;

}



/* Table Headings */

TH	{

color: white;

font-size: 15px;

font-family: arial;

background-color:#999900;

}

TH.subTH	{

font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;

font-size: 13px;

color: white;

text-decoration: underline;

background-color:#999900;

}



/* 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 : 1px ridge #545454;

}