@CHARSET "UTF-8";

.inactive {
	text-decoration: line-through;
	font-size: 8pt;
	color: grey;
}

p,h1,h2,h3 {
	border:  0px;
	padding: 0px 0px 0px 0px;
	margin:  0px;	
}

h1 {
	font-size:24px
}
h2 {
	font-size:20px
}
h3 {
	font-size:16px
}
h4 {
	font-size:12px
}

body {
	color: #000;
	font-family: Arial,Helmet,Freesans,sans-serif;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding:0;
	background: url("../img/back2.gif") repeat #f1f1f1;
}

div{
	border:  0px;
	padding: 0px;
	margin:  0px;	
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a img {
	border:0;	
}

a:hover{
	color: #e71e26;
	background-color: #bbbbbb;
}
.divhr {
	margin-top: 3px;
	border-bottom: 1px dotted #dadada;
	height: 3px;
	width: 100%;
}
