/* Generic styling, for unclassed elements */
body		{	background : #000000 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			margin : -10px ; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ;
			height : 1px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; 
			font-style : Italic ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 15px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }

/* For application errors */
.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image : url("images/input_error.gif") ;
			background-position : top left ;
			background-repeat : no-repeat ;
			color: WindowText ; }

/* Generic style for content cells -- class your main content cell as "Content" */
td.Content, table.Content td
		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #ffffff ;
			font-size : 11px ; }

.Orange		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #FF9933 ;
			font-size : 11px ; }


/* Sidebar copy used in pull quotes -- if you have alert boxes, pullquotes, sidebars, etc., base it on this style, class as "SideBar" */
.SideBar	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			background-color : #000000 ;
			color : #ffffff ; }

.CloseWindow	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			background-color : #000000 ;
			color : #FF9933 ; 
			font-weight : bold ; }


/* For data tables */
table.Data	{	border-collapse: collapse;
			border: 1px solid #cccccc;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px; }

table.Data td	{	border: 1px solid #cccccc;
			font-size: 10px;
			color: #ffffff; }

table.Data th	{	font-weight: bold;
			color: #000000;
			background-color: #cccccc;
			border: 1px solid #000000; }




/* Sub-navigation - unselected; you can use this in the container holding the subnavigation */
.SubNav 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.SubNavSel 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			color : #000000 ;
			background : #cccccc ; }


/* Main navbar styling, unselected */
.PriNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			color : #cccccc ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.PriNavSel	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			color : #cccccc ;
			background : #cc0000 ; }


/* #### All link styles */


/* Default link style for all unclassed links */
a:link		{	text-decoration : underline ;
			color : #FF9933 ; }

a:visited	{	text-decoration : underline ;
			color : #FF9933 ; }

a:hover		{	text-decoration : none ;
			color : #FF9933 ; }


/* Sub-navigation styles, class your <a> as "SubNav" */
a.SubNav:link	{	text-decoration : none ;
			color : #000000 ; }

a.SubNav:visited {	text-decoration : none ;
			color : #333333 ; }

a.SubNav:hover	{	text-decoration : underline ;
			color : #000000 ; }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNav:link	{	text-decoration : none ;
			color : #ffffff ; }

a.PriNav:visited {	text-decoration : none ;
			color : #ffffff ; }

a.PriNav:hover	{	text-decoration : underline ;
			color : #ff3300 ; }

