/* Tag declarations */

form { 
	margin: 0px;
}

body { 
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	color: #444444;
	width: 780px;
}

a {
	color: #4970FF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0337F7;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

/* Id declarations */
.Main {
	font-family: Arial;
	font-size: 10pt;
	color: #444444;
}

.ExtraSmall {
	font-family: Arial;
	font-size: 8pt;
	color: #444444;
}


/* Class declarations */

.Border {
	background-color: #EFEFEF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
}