/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: Black;
	width: 100%;
	
	
}



/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {
	
	font-size: 135%;
	margin: 5px 0px 5px 0px;
}

h2 {
	
	font-size: 123%;
	margin: 5px 0px 5px 0px;
}

h3 {
	
	font-size: 126%;
	margin: 5px 0px 5px 0px;
}

h4 {
	
	font-size: 120%;
	margin: 5px 0px 5px 0px;
}

h5 {
	
	font-size: 116%;
	margin: 5px 0px 5px 0px;
	
	font-style: italic;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;  /* original 11px; */
	color: #676767; /* color: #9D9D9E; */
	
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;

	
}

ul, ol  {
	 margin: 2px 4px 2px 0px; /* margin: 2px 4px 2px 10px; */
	text-align: left;

	
}

p.strong{
	font-weight: bold;
}

p.em{
	
	font-style: italic;
}


.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 a {
	padding-left: 11px;
	background: url(images/homepage11.gif) no-repeat left center; 
}

.text1 {

font-size: 75%;	/* font-size: 11px; */
	font-weight: bold;
	color: #395260;
}

.text2 {
	padding-left: 15px;
	background: url(images/homepage12.gif) no-repeat left center;
	
	font-size: 135%;
	color: #395260;
}

.text3 {
	font-weight:bold;
	font-size: 135%;
	color: #395260;
	background-color: #D9F0FF;
	text-align: center;
	padding: 6px;
	
}

.text4 {
	padding-left: 10px;
	background: url(images/homepage12.gif) no-repeat left center;
	font-weight:bold;
	font-size: 125%;
	color: #395260;
}

.text5 {
	font-weight:bold;
	font-size: 16px;
	color: #4A981F;
}

.text6 {
	text-align: center;
	font-size: 75%;
	color: #B5B5B5;
}


/** LINKS */

a {

color: #0072DF;	/* color: #75A10D; */
}

a:visited {
		color: #3E3E3E;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
	color: Black;
	
}

a.right {
	float: right; 
	font-size: 90%;
	margin: 3px;
	
}


td.searchBox { width: 260px; }

/** STYLES */

.style1 {
	font-size: 100%;
	color: #FFFFCC;

	

}

.style1 a {
	font-size: 90%;
	color: #FFFFCC;
	text-decoration: underline;

	/*text links in main menu bar */
}

.style1 a:hover {
color: Black;

}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage09.gif);
	height: 39px;
}

.bg2 {
	background: #EFF9FF url(images/homepage20.jpg) repeat-x left top;
}

.bg3 {
	background:url(images/homepage19.gif) repeat-y right;
}


/** MISC */
h1.red {
	
	font-size: 130%;
	padding:  2px 2px 4px 0px;
	margin: 0px;
   color: Red;
	

}

h3.red {
	
	font-size: 115%;
	padding:  2px 2px 4px 0px;
	margin: 0px;
   color: Red;
	

}

div.yellow {
	background: #FFFFCC;
	color: #003366;
	margin: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-size: 105%;
	text-align: center;
}

.feature{
background: #F0F6FF;
	color: #000066;
	padding: 1px 5px 5px 10px;
		margin: 6px;
	border-bottom: 1px solid #cccccc;
}


.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 1em 0px;
	background: url(images/homepage13.gif) repeat-x;  /*  left top (removed from end as "not valid value" */
}

