/*  Start Style Sheet  */

/* Link Styles */
a:link { color: rgb(0,153,204); text-decoration: none; }
a:visited {	color: Gray; text-decoration: none; } 
a:active {	color: rgb(0,153,204); text-decoration: none; }
a:hover { color: Blue;	text-decoration: none; }

/* Body Styles */
body {	font-family: Verdana;	color: Black;	font-size : 10pt; }

/* Table Styles */
table {	border-color : Gray; }
td { font-family: Verdana;color: Black;font-size: 10pt; }
th { font-family: Verdana; color: rgb(0,153,204);  font-size: 12pt; }

/* Body Styles */
h1 { font-family: Verdana; color: rgb(0,153,204);  font-size: 14pt; }
h2 { font-family: Verdana; color: rgb(0,153,204);  font-size: 12pt; }
h3 { font-family: Verdana; color: rgb(0,153,204);  font-size: 10pt; }
h4 { font-family: Verdana; color: rgb(0,153,204);  font-size: 10pt; }
h5 { font-family: Verdana; color: rgb(0,153,204);  font-size: 10pt; }
h6 { font-family: Verdana; color: Silver; font-size: 8pt; }


/* Forms Styles */
.inputBox  {
	color : #0099CC; 
	font-family : Verdana;
	font-size : 8pt;
	text-align : left;
}

.dropList  {
	color : #0099CC; 
	font-family : Verdana; 
	font-size : 8pt;
	text-align : left;
}
/*  End Style Sheet */
