a:hover { color: red; background: #ffffff; text-decoration: underline; }
a:link {	text-decoration: none; }
a {text-decoration: none;}

/*a:visited { text-decoration: none; }*/

/*a:active {text-decoration: underline;}*/


/*cannot use just INPUT tag specs because it changes picture submit button too, which I don't need to happen*/

/*very important for form*/
.FormTableSpec {
	padding: 0;
	width: 50;
	/*this does not work properly
	font-family: Verdana;
	font-size: x-small;
	color: Maroon;
	font-weight: bold;*/
}


.FormInput {
	border: 1px solid #999999;
	background: #FFFFF0;
	WIDTH: 80%;
	font-weight: 300;
	font-size: x-small;
}
	
#FormInputDropDown {
	border: 1px solid #999999;
	background: #FFFFF0;
	WIDTH: 80%;
	font-weight: 300;
	font: bolder x-small;
}
	


body {
	margin: 0; /* I need zero because of white stripe on top of main flash movie*/
	padding: 0;
	background: #4682B4;
	font-family: Verdana, Arial, Helvetica;
	/*font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 84%;
	line-height: 20px;*/
}

/*BODY{MARGIN:0px;padding:0;BACKGROUND-COLOR:#0185DA;font-family:Verdana;color:#333333;}*/

/*TABLE {border-collapse: collapse;}*/

table {
	background-color: White;
	font-family: Verdana, Arial, Helvetica;
	border-collapse: collapse;	
	padding-bottom: 4;
	padding-left: 8;
	padding-right: 8;
	padding-top: 4;
	font-style: normal;
	height: auto;
	font-weight: normal;
	font-variant: normal;
	width: 575pt;
}


/* line-height:200%   this is very useful, it widens the distance between lines of text vertically/

h1, h2, h3, h4, h5, h6 { margin-top: 0em; margin-bottom: 0em }

/* FONT SIZES: if you specify font size in points here in tags, then you will not be able to change size text in IE. In % it will work */
h1 { font-size:200%; font-family: Arial, Helvetica; font-weight : bold; margin-bottom: 0px; color: navy}
h2 { font-size:150%; font-family: Arial, Helvetica; font-weight : bold; margin-bottom: 0px; color: navy }
h3 { font-size:120%; font-family: Arial, Helvetica; font-weight : bold; margin-bottom: 0px; color: navy }
h4 { font-size:120%; font-family: Arial, Helvetica; font-weight : bold; margin-bottom: 0px }
h5 { font-size:120%; font-family: Verdana,Arial, Helvetica; font-weight : normal; margin-bottom: 0px; color: red }
h6 { font-size:200%; font-family: Arial, Helvetica; font-weight : bold; margin-bottom: 0px }


.DummyRed { background: Fuchsia;}


/*don't use this ones as they don't resize with IE becaus of pt method used*/
#Font9pt { font-size:9pt; font-family: Verdana; }
#Font10pt { font-size:10pt; font-family: Verdana; }

/*use these ones?*/
#Font40% { font-size:40%; font-family: Verdana; }
#Font60% { font-size:60%; font-family: Verdana; }
#Font80% { font-size:80%; font-family: Verdana; }
#Font100% { font-size:100%; font-family: Verdana; }
#FontMedium { font-size:medium; font-family: Verdana; }

/*these ones not the best*/
#FontSmall { font-size:small; font-family: Verdana; }
#FontSmaller { font-size:smaller; font-family: Verdana,Arial, Helvetica; }

/*the most usefull setting with IE is font-size:x-small. Use this one for default settings of cells and tables*/
#FontxSmall_Orig { font-size:x-small; font-family: Verdana,Arial, Helvetica; }
#FontxSmall { font-size:x-small; font-family: Verdana,Arial, Helvetica; line-height:150%; }
#FontxSmall3 { font-size:x-small; font-family: Verdana,Arial, Helvetica; line-height:200%; } /*the biggest distance between text lines*/

#FontxxSmall_Orig { font-size:xx-small; font-family: Verdana,Arial, Helvetica; }

#copyright {
	font-size: 14px;
	padding-bottom: 12px;
	text-align: center;
	font-family: "Times New Roman";
}

 
