/* CSS Document */
body 
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:95%;
		margin-top:0px;
		/*background-image:url(../images/bg/cloud_bg.jpg);
		background-position:top;
		background-repeat:no-repeat;*/
	}
td 
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:90%;
		margin-top:0px;
	}
th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	font-weight:bold;
	}
h1 {
	font-family:Arial;
	margin-top:0px;
	margin-bottom:0px;
	font-size:140%;
	font-weight:bold;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:130%;
	font-weight:bold;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:120%;
	font-weight:bold;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:100%;
	font-weight:bold;
}

p  {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
}

a:link {
	color:#0033cc;
	text-decoration:none;
	font-weight:bold;
	font-size:130%;
}

a:visited {
	color:#64d9ff;
	text-decoration:none;
	font-weight:bold;
	font-size:130%;
}

a:active {
	color:#DC0067;
	font-weight:bold;
	font-size:130%;
}

a:hover {
	color:#a3168d;
	text-decoration:underline;
	font-weight:bold;
	font-size:130%;

}

