body {
	margin-top: 0px;
	margin-bottom: 20px;
}

A {     
	font-family: Arial;
	font-weight: none;
   Color :#21385B;
	text-decoration : none;
}

A:hover {
	font-family: Arial;
	font-weight: none;
   Color : #B52021;
	text-decoration : none;
}

A:visited {
	font-family: Arial;
	font-weight: none;
	text-decoration : none;
}


/* #################################################################*/
/* DEFAULT SUBMIT BUTTON */
/* #################################################################*/

img {
	border: none;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	Color :#21385B;
	padding:2px;
	border: 1px solid #21385B;
}

input {
	font-family: Arial;
	font-size: 12px;
	color: #21385B;
	padding:2px;
}

select {
	font-family: Arial;
	font-size: 12px;
	Color :#21385B;
	padding:2px;
}

.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;
}


.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: 14px;
	color : #B52021;
	font-weight : bold;
}

.leftNavi {
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.performanceData {
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 11px;
}

.page_split_border {
	border-right: 1px solid #cbcbcb;
	width: 170px;
}


.logo {
	font-family: Arial;
	font-size: 18px;
	color : #ffffff;
	font-weight : bold;
	padding: 20px;
}

.navigationPoint {
	background-color: #000000;
	border-right: 1px solid #cccccc;
		padding: 10px;
}	

.navigationText {
	font-family: Arial;
	font-size: 12px;
	color : #FFFFFF;
	font-weight: bold;
}

.navigationPointEnd {
	background-color: #000000;
}	


.pageTitle {
	border-bottom: 1px solid #cccccc;
	font-family: Arial;
	font-size: 12px;
	color : #000000;
	padding: 10px;
}


.sessionMessage {
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	border: 3px solid green;
	padding: 30px;
	width: 200px;
}



/* #################################################################*/
/* tables
/* #################################################################*/

.mainTable {	
	padding: none;
	background-color: #ffffff;
	border-right: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	width: 760px;
}


.dashedRight {
	border-right: 1px solid #C3C3C3;
	padding-right: 10px;
}

.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 : #ffffe2;
}

.footer {
	font-family: Arial;
	font-size: 12px;
	color : #ffffff;
	height: 90px;
	background-color: #B52021;
}


.newsticker {
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 12px;
	color : #B52021;
	padding: 10px;
	
}

.strategiesInfo {
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 12px;
	 Color :#21385B;
}


.dailyFigures {
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.dailyFiguresBottom {
	padding-bottom: 5px;
	border-right:1px solid #cccccc;
}

.dailyFiguresLast {
	padding-bottom: 5px;
}




/* #################################################################*/
/* DIV LAYERS
/* #################################################################*/


.collapsibleDiv {
	display: none;
}


.darkred {
	background-color : #B52021;
}

.lightgrey {
	background-color : #e0e0e0;
}



