body, TD{
	background-color: #04629F;
		font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color: #FFFFFF;
	padding:0px;
	margin:0px;
	scrollbar-3dlight-color : #2390C9;
	scrollbar-arrow-color :#FFFFFF;
	scrollbar-base-color : #04629F;
	scrollbar-dark-shadow-color : #04629F;
	scrollbar-face-color : #04629F;
	scrollbar-highlight-color : #04629F;
	scrollbar-shadow-color : #3FBFF9;
	scrollnbar-track-color: #2390C9;
}

FORM, INPUT, TEXTAREA {
background-color: #2390C9;
	font:x-small, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

	/* Header Attributes */
h1 {
	font: bold italic small margin-top:12px;
	color: #04629F;
}
	
h2 {
	font: bold italic small margin-top:12px;
	color: #52CFFA;
}

h3 {
	color: #3FBFF9;
	font: bold italic small margin-top:12px;
}
h4 {
	color: #FFFFFF;
	font: bold italic small margin-top:12px;
}
	/* Paragraph Attributes */
	p {
	margin:10px 0px 0px 0px;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

	label {
	cursor:hand;
	color: #52CFFA;
}

	/* Link Attributes */
a {
	text-decoration:none;
	font-weight: normal;
	color:#52CFFA;
}

	
a:visited {
	color: #52CFFA;
	text-decoration:line-through;
}

	
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

	
label, input, select {
	outline:none;
}

/* Classes */	
TD.White {
	color : #FFFFFF;
}
/* Input buttons 1-colors, 2 using a background image these are both classes*/
/*uses ridge attribue to get the border effect other options are dotted, dashed, solid, grooved, doubled, inset, outset*/
INPUT.buttonstyle {
	background-color: #04629F;
	color: #FFFFFF;
	font-size: 10pt;
	border:1px groove #A1A1A1;
}
/*uses outset attribute to get the pushed out effect*/
INPUT.buttonstylebkgimg{
	background-image: url(filename.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	border:1 outset #000000;
}

/* Drop Down Menu Attributes*/
INPUT.pulldownmenu{
	background-color: #04629F;
	color: #FFFFFF;
	font-size: 10pt;
}


