/***********************************************/
/* HTML tag styles / Elements                  */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
/***	background-image:  url("/images/bg.gif"); ***/
}
td{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
}
img{
	border:0px;
}
/******* hyperlink styles *******/

a:link, a:visited{
	color: #003366;
	text-decoration: underline;
}

a:hover, a:active{
	color: #006699;
	text-decoration: underline;
}

/************** header tag styles **************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0033;
	margin: 20px 0px -15px 20px;
	padding: 0px;
}
p { /* default style for all text indent based pages */
	margin: 15px 20px 15px 20px;
	padding: 0px;
	text-align: justify;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input{
font-family: Arial,sans-serif;
}

/********************* splash page **********************/

.intro_tx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.intro_tx:link, a.intro_tx:visited{
	color: #cc0033;
	text-decoration: none;
}

a.intro_tx:hover, a.intro_tx:active{
	text-decoration: underline;
	color: #cc0033;
}

/**************** footer styles *****************/

.text_left {
	font-size: 10px;
	color: #FFFFFF;
}
.text_right {
	font-size: 10px;
	color: #333333;
	padding-left: 10px;
}
.footer_link{
	color: #333333;
}
a.footer_link:link, a.footer_link:visited{
	color: #333333;
	text-decoration: underline;
}
a.footer_link:hover, a.footer_link:active{
	text-decoration: underline;
	color: #cc0033;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}
