/* CSS Document */
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.50;
	margin: 0px;
	padding: 0px;
	background-color: #E3E4EA;
	text-align: center;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #8F97BA;
}

h1{
 font-size: 22px;
}
h2:first-letter {
	font-size: 19px;
	font-weight: bold;
	color: #5B6288;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	background-image: url(/images/TEMAHOME/H1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 8px;
	margin-top: 10px;
	padding-left: 26px;
	padding-bottom: 10px;
}
/*
h3:first-letter {
	font-size: 15px;
	font-weight: bold;
	color: #5B6288;
}

h3 {
 font-size: 14px;
}
*/
h4:first-letter {
	font-size: 13px;
	font-weight: bold;
	color: #5B6288;
}
h4 {
 font-size: 12px;
}

h5 {
 font-size: 11px;
}

h6 {
 font-size: 10px;
}

ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

