/* #########################################
	Standard Elements
   #########################################  */

html {
	background: #FFFFFF;
}
body {
	height: 100%;
	font: 62.5% Verdana, Tahoma, Sans-Serif;
	text-align: left;
	color: #000000;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #100D75;
}
a:hover {
	text-decoration: underline;
	color: #100D75;
}
h1 {
	font-size: 1.2em;
	color: #000000;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #000000;
}
ul {
	list-style-type: square;
}
