@charset "UTF-8";

body {background-color:#F5F5F5}

a {
	text-decoration:none; 
	color: #039
}

a:hover {
	text-decoration:underline;
	color: #039;
}

.SmallTitle
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.BigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.GeneralText {
	font-family: Georgia, Times;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}


.ItemText {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: grey;
	text-align: left;
}
