@charset "utf-8";
/* CSS Document */
body {
	background-color: #ececec;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 32px;
	color: #cc0000;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 span {
	font-size:32px;
	background-color:#FF0;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 .h1small {
	background-color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#cc0000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #cc0000;
}

a {
	text-decoration: none;
	font-weight: bolder;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 700px; 
	padding: 50px; 
	border: 1px solid #cccccc; 
	background-color: #FFF; 
	text-align: left; 
	line-height: 1.5em;
}

#footer {
	font-size: 10px;
}

#footer a {
	font-size: 10px;
}

.padTbl5px td{
	padding:5px;
}
