/**********************/
/* Modified HTML tags */
/**********************/
p,table{
	font-family: arial, helvetica, 'sans serif';
	font-size: 12px;
	color: #6e567a;
	}

h2{
	font-family: arial, helvetica, 'sans serif';
	font-size: 17px;
	color: #2C5783;
	font-weight: bold;
	}
	
hr{
	border: 1;
	height: 1px;
	color: #6a6a8f;
	}
	

a:link {color: #6a6a8f; text-decoration: underline}
a:visited {color: #6a6a8f; text-decoration: underline}
a:hover {color: #6a6a8f; text-decoration: underline;}
a:active {color: #6a6a8f; text-decoration: underline}


/*****************/
/* Links */
/*****************/


a.top-nav-link:link {color: #5f5f80; text-decoration: none}
a.top-nav-link:visited {color: #5f5f80; text-decoration: none}
a.top-nav-link:hover {color: #6d6dbf; text-decoration: none;}
a.top-nav-link:active {color: #5f5f80; text-decoration: none}

a.copywrite:link {color: #CCBA8F; text-decoration: none}
a.copywrite:visited {color: #CCBA8F; text-decoration: none}
a.copywrite:hover {color: #CCBA8F; text-decoration: none;}
a.copywrite:active {color: #CCBA8F; text-decoration: none}


/*****************/
/* Custom styles */
/*****************/


/* form elements */
.text_custom {
 background-color: #e6e6cf;
 color: #6e567a;
 border: 1px solid #6e567a;
}
/******************/

div.scrolldown
{
width:420px;
height:370px;
overflow: auto;
}

table.menu {
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #5a5a8f;
	}

table.footer {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #5a5a8f;
	}

table.main {
	border-style: outset inset inset outset;
	border-width: 1px;
	border-color: #5a5a8f;
	}

.copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCBA8F;
	font-weight: normal;
	}
	
/** For drop shadow on table **/
.box { float: center; width:700px; height:556px;} /** "." defines style **/
#boxContent { border: none; position: relative; left: -4px; top: -3px;} /** # indicates id?**/	
#boxContainer { position: relative; background: #6e567a; margin: 4px;}
/******************************/


.menu {
	font-family: arial, helvetica, 'sans serif';
	font-size: 13px;
	color: #5f5f80;
	}
