/* STANDARD HTML ELEMENTS */
body {
  font-family: Blueprint, Arial, Verdana, Tahoma, helvetica;
  COLOR:#000000;
  font-size: 13px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

th {
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

.menuMain    
{ 
	background-color: #0099cc;
}

.menuMouseOver
{
	BACKGROUND-COLOR:#ff6600;
	CURSOR:hand
}
.menuMouseOut
{
	BACKGROUND-COLOR:#0099cc;
}

.mainHeader {
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica;
	font-weight: bold;
	color:#636262;
	font-size: 16px;
	}


hr {
	color:#000000;
	height: 1px;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/icons/checkmark.jpg');
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica; 
    font-size: 12px;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */

.table1 {
	padding:3px; border-collapse: collapse;
	width: 100%;
}

.table1 th {
	border-bottom:1px solid #000; 
	padding:3px; 
	color:#000; 
	font-weight:bold; 
	text-align: left;
}

.table1 td {
	border: none; 
	padding:3px; 
	color: #000;
	border-bottom: 1px solid #eaeaea;
}

.table1 .alternate td {
	background-color:#F8F8F8;
}

.watermark {
  	background: #fff url('/images/watermark.gif') no-repeat right bottom;
}

.stockTicker {
	background: #F7F7F7;
	border-top: 1px #0099CC dashed;
	border-bottom: 1px #0099CC dashed;
	padding: 2px;
	font-family: arial;
	font-size: 12px;
	color: black;
	width: 240px;
	text-align: center;
}
/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */

a:link.nav { 
	color: #ffffff; 
    font-size: 12px;	
	font-weight:bold;     
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica; 
	text-decoration: none;
}

a:visited.nav { 
	color: #ffffff; 
    font-size: 12px;	
	font-weight:bold;     
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica; 
	text-decoration: none;
}

a:active.nav {
	color: #ffffff; 
    font-size: 12px;	
	font-weight:bold;     
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica; 
	text-decoration: none;
}

a:hover.nav { 
	color: #ffffff; 
    font-size: 12px;	
	font-weight:bold;     
	font-family: Blueprint, Arial, Verdana, Tahoma, helvetica; 
	text-decoration: none;
}

/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #669933; 
	font-family: Arial, Verdana, Tahoma, helvetica; 
	text-decoration: none;
}

a:visited { 
	color: #669933; 
	font-family: Arial, Verdana, Tahoma, helvetica; 
	text-decoration: none;
}

a:active {
	color: #669933; 
	font-family: Arial, Verdana, Tahoma, helvetica; 
	text-decoration: none;
}

a:hover { 
	color: #636262; 
	font-family: Arial, Verdana, Tahoma, helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */