BODY {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left : 0px;
	margin-top : 0px;
}

.table {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.table_white {
	font-family : Verdana;
	font-size : 10px;
	color: #FFFFFF
}

.table_header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #009999;
}

.table_header_black {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #000000;
}

.table_header_black_center {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #000000;
	text-align : center;
}

.table_header_big {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #009999;
	text-align : center;
	
}

.table_header_big_black{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: #000000;
	
}

.table_header_white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: White;
}

.table_small {
	font-family : Verdana,Arial;
	font-size : 10px;
	color : Black;
}

.table_small_noindent {
	font-family : Verdana,Arial;
	font-size : 10px;
	color : Black;
}

.link {
	font-family : Verdana,Arial;
	font-size : 10px;
	text-decoration : none;
	color : Black;
}

.link_small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : Black;
}

A:HOVER {
	text-decoration : underline;
	color : #000099;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.copyright_link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : Blue;
	font-weight: bold;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
	text-align : left;
	text-indent : 0px;
}

ul {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
	text-align : left;
	text-indent : 0px;
}

.copy {
	font-family : Verdana;
	color : Black;
	font-size : 12px;
	text-align : left;
	text-indent : 15px;
}

.main_style {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.warning {
	color : Red;
}

