body {
	background-color: #4d4d4d;
    }

a:link{color: #000000; text-decoration: none; font-family : Arial; font-weight : normal;} 
a:visited{color: #4d4d4d; text-decoration: none;  font-family : Arial; font-weight : normal;} 
a:active{color: #4d4d4d; text-decoration: underline;  font-family : Arial; font-weight : normal;} 
a:hover{color: #4d4d4d; text-decoration: underline;  font-family : Arial; font-weight : normal;}

a.new:link{color : #000000; text-decoration: underline; font-family : Arial; font-weight : bold;} 
a.new:visited{color : #000000; text-decoration: underline;  font-family : Arial; font-weight : bold;} 
a.new:active{color : #FFFFFF; text-decoration: underline;  font-family : Arial; font-weight : bold; background-color: #000000} 
a.new:hover {color : #FFFFFF; text-decoration: underline;  font-family : Arial; font-weight : bold; background-color: #000000}

h1 {
color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : bold;
}

.h2 {
color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : bold;
}

.h3 {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : normal;
  padding-left: 10px;
}

.h4 {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : bold;
}

.h5 {
 color: #666666;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : bold;
 font-style:italic;
}

.h6 {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : normal;
 font-style:italic;
}

.h7 {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : normal;
 font-style:italic;
}

.h8 {
color: #888888;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight : bold;
 padding-left: 10px; 
}

select {
 background-color: #D3D3D3;
 color: #000000;
 font-size: 11px;
}

textarea {
 background-color: #D3D3D3;
 color: #000000;
 font-size: 11px;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff3300;
	 
}