/* MAIN ELEMENTS */

/* Force Scrollbars */
html {
overflow: scroll;
}

a:link {
	color : #990000;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color : #660000;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : #FF0000;
	text-decoration : underline;
}

a:active {
	color : #CC0000;
	text-decoration : underline;
}

body {
	background : #FFFFFF;
	margin : 0px 0px 0px 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px 0px 0px 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

form {
	margin : 0px 0px 0px 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px 0px 0px 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

hr {
	color : #CCCCCC;
	height : 1px;
	width : 99%;
}

ol {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}

p {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}

ul {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}


/* TEXT CLASSES */
.normal {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}

.small {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
}

.smaller {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
}

.page_title {
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

.news_title {
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
}

.hr_dotted {
	color : #CCCCCC;
	height : 1px;
	width : 100%;
	border : thin dotted #CCCCCC;
}

.rowhover {
	background-color: #CCCCFF;
	cursor : pointer;
}

.rowoff {
	background-color: #DDDDDD;
}

/* ------------------- */
/* --- MAIN TABLES --- */
/* ------------------- */

/* PAGE BODY TABLE */
.table_body {
	margin : 0px 0px 0px 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px 0px 0px 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	background-color : #FFFFFF;
	width : 1000px;
}

/* SMALL RIGHT HAND TABLE */
.table_small_righthand {
	margin : 0px 0px 0px 0px;
	margin-bottom : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	padding : 0px 0px 0px 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	vertical-align : top;
	width : 180px;
}

/* GRID TABLES */
.table_grid_td {
	background : #EEEEEE;
	border-bottom : 1px solid #AAAAAA;
	border-bottom-color : #AAAAAA;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left : 1px solid #AAAAAA;
	border-left-color : #AAAAAA;
	border-left-style : solid;
	border-left-width : 1px;
	border-right : 1px solid #CCCCCC;
	border-right-color : #CCCCCC;
	border-right-style : solid;
	border-right-width : 1px;
	border-top : 1px solid #CCCCCC;
	border-top-color : #CCCCCC;
	border-top-style : solid;
	border-top-width : 1px;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
}

.table_grid_th {
	background : #DDDDDD;
	border-bottom : 1px solid #999999;
	border-bottom-color : #999999;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left : 1px solid #999999;
	border-left-color : #999999;
	border-left-style : solid;
	border-left-width : 1px;
	border-right : 1px solid #999999;
	border-right-color : #999999;
	border-right-style : solid;
	border-right-width : 1px;
	border-top : 1px solid #999999;
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : 1px;
	color : #990000;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
}