
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0;
	padding: 0;
	background-color: #4b96cd;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
 
a{
    color: #4b96cd;
    text-decoration: none;
}

a:hover{
	color: #4b96cd;
	text-decoration: underline;
}


p {
	margin: 0 0 10px 0;

	text-transform: none;
	color: #555555;
	text-decoration: none;

}

#middle ul {
  margin: 0 0 10px 10px;
  padding: 0 0 0 20px;
}

#middle ul li {
	margin: 0;
	padding: 0 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
	line-height: 120%;
}

#middle ol {
  margin: 0 0 10px 10px;
  padding: 0 0 0 20px;
}

#middle ol li {
	margin: 0 0 7px 0;
	padding:  0 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
	line-height: 120%;
}

p a {
	color: #4b96cd;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

h1{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 150%;
 	color: #4b96cd;
 	margin: 0 0 15px 0;
	padding: 0;
}

h2{
 	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 130%;
 	color: #4b96cd;
 	margin: 0;
	padding:0;
}

h3 {
 	font-family: Verdana, Arial,sans-serif;
	font-size: 110%;
 	color: #4b96cd;
 	margin: 0;
	padding: 0;
}

h3 a {
 	color: #4b96cd;
 	text-decoration: none;
}



h3 a:hover {
 	text-decoration: underline;
}

h4 {
 	font-family: Verdana, Arial,sans-serif;
	font-size: 120%;
 	color: #4b96cd;
 	margin: 0;
	padding: 0 0 10px 0;
}

h4 a:hover {
 	text-decoration: underline;
}

h5 {
 	font-family: Verdana, Arial,sans-serif;
	font-size: 100%;
 	color: #555555;
 	margin: 0;
	padding: 0;
}

h5 a:hover {
 	text-decoration: underline;
}

h6 {
 	font-family: Verdana, Arial,sans-serif;
	font-size: 100%;
 	color: #555555;
 	margin: 0;
	padding: 0;
}

h6 a:hover {
 	text-decoration: underline;
}

a img {
  border: 0;
}

table tr td {
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
}


table tr td a {
	color: #4b96cd;
	text-decoration: none;
}


