/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
		font-family: Arial,Helvetica,sans-serif;
		color: #333333;
		margin: 2px;
		padding: 0px;
		font-size: 10pt;
		background-color: #FDF5E6;
}

a:link, a:visited, a:hover {
		color: #E28500;
		text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h1, h2, h3, h4, h5, h6 {
		font-family: Arial,Helvetica,sans-serif;
		margin: 0px;
		padding: 0px;
		color: #E28500;
}

h1{
 font-size: 32pt;
}

h2{
 font-size: 28pt;
}

h3{
 font-size: 24pt;
}

h4{
 font-size: 20pt;
}

h5{
 font-size: 16pt;
}

h6{
 font-size: 12pt;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


.grey
{
		color: #CCCCCC;
}

table{
  font-size: 10pt;
  color:#333333;
}
td,th,tr{font-size:10pt;}
.lvlone{
		font-size:16pt;
		color:#FDF5E6;
		background-color: #E28500;
		text-align: center;
		width: 200px;
}

.lvltwo
{
		background-color: #FFAE4C;
		text-align: center;
		font-size: 14pt;
		color: #FDF5E6;
		width: 200px;
		margin-left: 20px;
}
