h1 {
	font-size : 30px;
	font-family : Times New Roman;
	font-weight: bold;
	margin-left:0px;
	margin-top: 0px;
    border-top-width: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    border-bottom-width: 0px;
    padding-bottom: 0px;
}
td {
	font-size : 11px;
	font-family : Verdana;
	color : #333333;
}
a {
	font-size : 11px;
	font-family : Verdana;
	color : #666666;
	text-decoration: underline;
}
a:hover {
	font-size : 11px;
	font-family : Verdana;
	color : #cc0000;
	text-decoration: underline;
}
.footer {
	font-size : 10px;
	font-family : Verdana;
	color : #999999;
}
a.footer {
	font-size : 10px;
	font-family : Verdana;
	color : #999999;
	text-decoration: underline;
}
a:hover.footer {
	font-size : 10px;
	font-family : Verdana;
	color : #999999;
	text-decoration: underline;
}
.sml {
	font-size : 5px;
}
@media screen {
input,textarea {	
	border:1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: none;  
	font-variant: normal; 
	color: #666666;
	}
}
ul {
	list-style-position:outside;
	margin-left:15px;
	padding-left:15px;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	list-style:url(gfx/dot.gif);
}