body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	background : #ffffff;
	border : none;
	scrollbar-arrow-color : #bd0000;
	scrollbar-base-color : #a0a0a0;
	scrollbar-track-color : #c0c0c0;
}

body.frame{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #ffffff;
	background : #c0c0c0;
	border : none;
}

h1{
	font-family : Impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 32px;
	color : #b70000;
	text-align : center;
	margin-top : 10px;
	text-shadow: 1px 1px 4px #b79999;
}

h1.frame{
	font-family : Impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 32px;
	color : #b70000;
	text-align : right;
	margin-top : 10px;
	font-weight : normal;
}


h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	font-style : normal;
	color : #bd0000;
	text-align : left;
	border-style : none none double none;
}

h3{
	color: #000077;
	font-style : normal;
	font-weight: bold;
	font-size : 21px;
	line-height : 21px;
	text-align : left;
}

h4{
	color: #000000;
	font-style : normal;
	font-weight: bold;
	font-size : 16px;
}

p{
	font-size : 16px;
	font-style : normal;
	font-weight : normal;
}

  p.foot{
	font-style : normal;
	font-size: 10px;

}
  p.foot2{
	font-style : normal;
	font-size: 10px;
	color : #bd0000;

}
  td.foot{
	font-style : normal;
	font-size: 10px;
	background : #606060;
	border : thin solid  #bd0000;

}

td{
	font-size : 16px;
	padding : 3px;
}

td.high{
	background-color: #eeeeee;
	padding : 10px;
}

ul{
	list-style : square;
	list-style-type : square;
	font-size : 16px;
}

li{
	padding-bottom : 16px;
}

 a{
	text-decoration: none;
    color:Black;
}

a.foot{
	color : White;
}

a:link{
    color:Black;
	text-decoration: none;
}
    
a.foot:link{
    color:White;
	text-decoration: none;
}
	
 a:visited{
	color: Black;
	text-decoration: none;
}

a.foot:visited{
    color:White;
	text-decoration: none;
}
 a:hover{
	color: Red;
	text-decoration: underline;
}

 a.foot:hover{
	color:#ff0000;
	text-decoration: none;
}

img{
	border :#bd0000;
}