/* CSS Document */

body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

.menu {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
}

.menu:hover {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #990000;
	font-weight : normal;
	text-decoration : none;
}

.footer {
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

.footer:hover {
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

.title {
	font-size : 14px;
	font-weight : bold;
}

.brdrtbl {
	border-color : #000000;
	border-width: 1px;	
	border-style : solid;
}