/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{

background-repeat: repeat-y;
background-position:center;

	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:13px
}

a:link, a:visited, a:hover {
	color: red;
	text-decoration: underline;
}



/*********** #tabLinks styles ***********/

#tabLinks a:link, a:visited {
	color: black;
	text-decoration: underline;}

#tabLinks a:hover {
	color:white;
	text-decoration: underline;
	}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: helvetica,Arial,sans-serif;
 font-size: 110%;
 color: #000000;
}

h2{
font-family: helvetica,Arial,sans-serif;
 font-size:28px;
 color: #000000;
}

h3{
 font-size: 100%;
 font-family: helvetica,Arial,sans-serif;
 font-size:16px;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}










