/***********************************************/
/* style.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Trebuchet MS, sans-serif;
    font-size: 13px;
	margin-top: 0px;
}

.boldtext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

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

a:hover{
	text-decoration: underline;
}

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

h1{
    font-family: Trebuchet MS, sans-serif;
	font-size: 20px;
	color: #ff0000;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

h2{
 font-family: Trebuchet MS, sans-serif;
 font-size: 16px;
 margin: 0px;
 padding: 0px;
 color: #ff0000;
}

h3{
 font-family: Trebuchet MS, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Trebuchet MS, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Trebuchet MS, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


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

ul{
 list-style-type: square;
}

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

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

li {
	font-family: "Trebuchet MS";
	font-size: 13px;
}

a:link, a:visited {
	color: #FF0000;
	text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


/********************* end **********************/

  
.ulsidebar {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}
.sidebarLI {
	font-family: "Trebuchet MS";
	font-size: 12px;
    margin: 0 0 5px 0;
	list-style-type: none;
}
.sidebarH2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 0px;
}
