/* Generic Site-Wide Formats */

body 	{ 
		background-color: #003399;
        scrollbar-face-color: blue;
        scrollbar-highlight-color: white;
        scrollbar-shadow-color: white;
        scrollbar-3dlight-color: white;
        scrollbar-arrow-color:  white;
        scrollbar-track-color: white;
        scrollbar-darkshadow-color: white;       
		} 

/* General font families for common tags */
font,th,td,p { font-family: Georgia, Times New Roman, Times, serif;
                font-color: white;
                font-size: 14px;
				font-weight: bold;
				line-height: 1.3;}

a:link 		{color: white; background-color: transparent;}
a:visited 	{color: #CCCCCC; background-color: transparent;}
a:hover		{color: yellow; background-color: transparent;}

hr 	{color: white;
	background-color: transparent;
	height: 2px;
	}
	
div.hr {
  height: 2px;
  background: white ;
  margin: 2px 0px 2px 0px;
}
div.hr hr {
  display: none;
}

/* Header Formats */

h1      {
		font-family: Georgia, Times New Roman, Times, serif;
        font-size: 18pt;
        }

h2      {
		font-family: Georgia, Times New Roman, Times, serif;
        font-size: 16pt;
        }

h3      {
		font-family: Georgia, Times New Roman, Times, serif;
        font-size: 13pt;
        }  
		
h6      {
		font-family: Garamond, Georgia, Times New Roman, Times, serif;
        font-size: 11pt;
        } 
		
/* Lists */

ul      {
        font-size: 10pt;
        line-height: 1.5;
        } 

/* Form elements */
input,textarea, select {
        color : #000000;
        font: normal 12px Verdana, Arial, Helvetica, sans-serif;
        border-style : solid;
        border-width : 1px;
        border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, text.post, password.post, select {
        background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The main submit button option */
input.mainoption {
        background-color : white;
        border-color : #FFFFFF;
        font-weight : bold;
        color : blue;
}

/* Validation Footer */

div.validate {
		font-size: 11px;
		text-align:center;
		height: 40px;
		line-height: 50px;
}

/* faqs */

div.faqtitle { 
		font-family: Georgia, Times New Roman, Times, serif;
}

div.faqquestion 	{ font-family: Georgia, Times New Roman, Times, serif;
					text-decoration: underline; }
					
/* Home Page - Ticker Tape */
/*
#listbutton	{border: 1px solid white;
			color: #4B4B4B;
			background-color: white;
			width: 50px;
			height: 100%;
			font: normal 11px Arial, sans-serif;
			text-align: center;
			cursor: pointer; }

.expandhighlight, .expandhighlight a{color:white; background-color: transparent;}

a.scroller 			{text-decoration: none;
					font: bold 13px;}
a.scroller:link		{color: white; background-color: transparent;}
a.scroller:visited	{color: white; background-color: transparent;}
a.scroller:hover	{color:yellow; background-color: transparent;} 
*/
