body {
	background-image: URL(Images/bg.gif);
	background-repeat: repeat-x;
}

.NameSite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #1C5099;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: justify;
}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1C5099;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;		
}

.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1C5099;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;	
}

.SiteInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: center;
}

A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	color: #1C5099;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	color: #1C5099;
	font-weight: bold;
}

A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	color: #1C5099;
	font-weight: bold;
}
