/* ################ */
/*  Element Styles  */
/* ################ */
 
body	{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	color: 000000;
	background-color: white;

	marginheight: 0;	
	marginwidth: 0;
	topmargin: 0;
	leftmargin: 0;
	rightmargin: 0;
}

img {
	border-color:black;
}

p, .normal	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 9pt; 
	color: 000000
}
		
table, td	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 9pt; 
	color: 000000
}

h1	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 16pt; 
	font-weight: regular; 
	color: black
}

h2	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 14pt; 
	font-weight: bold; 
	color: black
}

h3	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 12pt; 
	font-weight: normal; 
	color: black
}

h4	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	color: black
}

textarea	{
	font-size : 9pt; 
	font-family : Verdana, Arial, Helvetica, Sans Serif; 
	height: 100pt; 
	width : 200pt; 
}

input	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 9pt; 
}

select	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 9pt; 
}

/* ################ */
/*   Link Styles    */
/* ################ */

A         {TEXT-DECORATION: underline}
A:link    { color: blue; text-decoration: underline }
A:visited { color: purple; text-decoration: underline }
A:active  { color: blue; text-decoration: underline }
A:hover  { color: black; text-decoration: underline }

.glos  { color: black; TEXT-DECORATION: none; font-size: 7.5pt }
A.glos         { color: black; TEXT-DECORATION: none; font-size: 7.5pt }
A.glos:link    { color: blue; text-decoration: none }
A.glos:visited { color: purple; text-decoration: none }
A.glos:active  { color: red; text-decoration: none }
A.glos:hover  { color: red; text-decoration: underline }
/*
td.menubar_title      { color: CC0000; TEXT-DECORATION: underline; font-size: 10pt; font-weight: bold;}


A.menubar         { TEXT-DECORATION: none; font-size: 7.5pt; font-weight:bold }
A.menubar:link    { color: 2D557B; text-decoration: none }
A.menubar:visited { color: 2D557B; text-decoration: none }
A.menubar:active  { color: 2D557B; text-decoration: none }
A.menubar:hover  { color: CC0000; text-decoration: none }
*/

/* ################ */
/*  Custom Classes  */
/* ################ */

.name {
	color: white;
	font-weight: bold;
	font-family: verdana;
	font-size: 14pt;
	width: 20px;
}

.text	{
	font-size : 9pt; 
	font-family : Verdana, Arial, Helvetica, Sans Serif; 
	background-color: white; 
	width : 200pt; 
	color: 000000;
}

.weatherHeader	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 8pt; 
	font-weight:bold
}

.errorText	{
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 9pt; 
	color: black
}

.appTitle	{
	color: 000000; 
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 16pt; 
	font-weight:bold
}

.pageHeader	{
	color:white; 
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 12pt; 
	font-weight: bold
}

.tableHeader	{
	color: WHITE; 
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 9pt; 
	font-weight:bold
}

.copyRight	{
	color: gray; 
	font-family: Verdana, Arial, Helvetica, Sans Serif; 
	font-size: 8pt; 
	font-weight:normal
}

.boldblack	{
	color: black; 
	font-weight:bold
}


