/* COMMENTS CANNOT BE NESTED */

BODY {
	background-color : #FFFFFF;
	font : verdana,arial;
	font-size : 10;
	margin-left : 20;
	margin-right : 10;
	margin-top : 10;
}

A:ACTIVE {
	color : Red;
}
A:LINK {
	color : Blue;
	
}
A:VISITED {
	color : Blue;
	
}
A:HOVER {
	color : Red;
}

H1 {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size: 18pt;
	text-align : center;
	margin-top : 10;
	margin-bottom : 0;
	font-weight : bold;
	}

H2 {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14pt;
	text-align : center;
	margin-top : 10;
	margin-bottom : 0;
	font-weight : bold;
	}
	
td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	vertical-align : top;
	}

li {
	font: 10pt verdana,arial,serif;
	text-align : justify;
	}
	
P {
	text-align : justify;
	}

.c {
	text-align : center;
	}

.b {
	font-weight : bold;
	}
	
.t {
	font-size: 12pt;
	font-weight : bold;
	}

.f {
	font-size: 7pt;
	}





.maintable {
	width : 440px;
	}

.logo {
	margin-bottom : 10;
}

.center {
	text-align : center;
	}


	
.l {
	padding-bottom : 10;
	}
	
.n {
	padding-top : 10;
	font-weight : bolder;
	}

.m {
	border : 1px solid #C00000;
	padding-top : 5;
	padding-bottom : 5;
	padding-left : 5;
	padding-right : 5;
	font-weight : bold;
	font-color : white;
	margin-bottom : 100;
	}

.m:ACTIVE {
	text-decoration:none;
	color : white;
	font : verdana,arial;
	font-size : 12;
}
.m:LINK {
	text-decoration:none;
	color : white;
	font : verdana,arial;
	font-size : 12;
}
.m:VISITED {
	text-decoration:none;
	color : white;
	font : verdana,arial;
	font-size : 12;
}
.m:HOVER {
	border : 1px solid #ffffff;
	text-decoration:none;
	color : white;
	font : verdana,arial;
	font-size : 12;
}


