@charset "utf-8";
/* CSS Document */

h1	{
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CC0000;
	font-weight: bold;
	padding: 10px;
}

p	{
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	padding: 10px;
}

li {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	padding: 10px;
}
	
a:link	{
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#224090;
	text-decoration: underline;
	text-underline:single;
}

a:visited	{
	color:#224090;
	text-decoration:underline;
	text-underline:single;
}

a:hover	{
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#C00;
	text-decoration: underline;
	text-underline:single;
}

body	{
	background-color:#ccc;
}

table {
	background-color: #fff;
}
