/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #1B215B;
	line-height: 1.333;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #A11704;
	text-decoration: none;
 text-decoration: bold;
}

a:link{
	color: #A11704;
	text-decoration: none;
 text-decoration: bold;
}

a:visited{
	color: #A11704;
	text-decoration: none;
}

a:hover{
	color: #A11704;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 12px;
 color: #1B215B;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 12px;
 text-decoration: bold;
 color: #1B215B;
 margin: 0px;
 padding: 0px;
}

.copyright{
 font-family: Arial,sans-serif;
 font-size: 11px;
 color: #1B215B;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
