body {
	margin-top: 0px;
	margin-bottom: 20px;
	background-color : #000000;
}

A {     
	font-family: Arial;
	font-weight: none;
   Color :#414246;
	text-decoration : none;
	font-size: 12px;
}

A:hover {
	font-family: Arial;
	font-weight: none;
   Color : #414246;
	text-decoration : none;
}

A:visited {
	font-family: Arial;
	font-weight: none;
	text-decoration : none;
}


/* #################################################################*/
/* DEFAULT SUBMIT BUTTON */
/* #################################################################*/
.submitButton {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #21385B;
	padding:5px;
	border: none;
	font-weight: bold;
}

img {
	border: none;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	Color :#21385B;
	padding:5px;
	border: 1px solid #21385B;
}

input {
	font-family: Arial;
	font-size: 12px;
	color: #21385B;
	background-color: #FFFFFF;
	padding:3px;
	border: 1px solid #21385B;
}

select {
	font-family: Arial;
	font-size: 12px;
	Color :#21385B;
	padding:5px;
}

.noBorder {
	border: none;
	background-color: transparent;
}



/* #################################################################*/
/* FONT SETUP
/* #################################################################*/


.texterror {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.texttmp {
	font-family: Arial;
	font-size: 12px;
	color: #21385B;
}

.textblock {
	font-family: Arial;
	font-size: 12px;
	color: #21385B;
	text-align: justify;
}

.textsmall {
	font-family: Arial;
	font-size: 10px;
	color: #21385B;
}


.textsmallgrey {
	font-family: Arial;
	font-size: 10px;
	color: #C3C3C3;
}

.textwhite {
	color: #ffffff;
}


.textHeader {
	font-family: Arial;
	font-size: 12px;
	color : #21385B;
	font-weight : bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

h1 {
	font-family: Arial;
	font-size: 12px;
	color : #21385B;
	font-weight : bold;
}

.leftNavi {
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.page_split_border {
	border-right: 1px solid #cbcbcb;
}


/* #################################################################*/
/* tables
/* #################################################################*/

.mainTable {	
	width: 765px;
	padding: none;
	background-color: #ffffff;
	border: 1px solid #03265c;
}


.dashedRight {
	border-right: 1px dashed #C3C3C3;
}

.productList {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #E3B979;
}

.itemList {
	border-bottom: 1px solid #E3B979;
}


.row_0 {
	background-color : #ffffff;
}

.row_1 {
	background-color : #e0e0e0;
}

.footer {
	font-family: Arial;
	font-size: 12px;
	color : #7b8ba3;
	background-color: #9f9e9b;
}

.performanceData {
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 11px;
}

.leftNavi {
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.dataHeader {
	background-color : #03265c;
	color: #FFFFFF;

}




/* #################################################################*/
/* DIV LAYERS
/* #################################################################*/


.collapsibleDiv {
	display: none;
}


.newsticker {
	font-family: Arial;
	font-size: 12px;
	color : #FFFFFF;
	padding: 10px;
	
}

