/* main tags */
body {
	min-width: 768px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.png);
}

p {
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 7px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
	color:  #333333;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
}

h1{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif, Helvetica;
}

.componentheading, .contentheading{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	font-family: Arial, sans-serif, Helvetica;
	font-variant: small-caps;
}

h3{
	width: 85%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	border-bottom: 1px dashed #666666;
	font-variant: small-caps;
}

h3.blue{
	color: #08419b;
	background-image:url(../images/blue_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

h3.green{
	color: #397239;
	background-image:url(../images/green_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

h3.orange{
	color: #ff6000;
	background-image:url(../images/orange_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

h3.red{
	color: #ed2900;
	background-image:url(../images/red_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* layout */
	/* header begin */
#header {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
		border-left: 1px solid black;
	border-right: 1px solid black;

}

#hd_1 {
	width: 425px; 
	float: left;
	margin-top: 15px;
}

#hd_2{
	width: 340px;
	float:right; 
	margin-top: 15px;
}

#header a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #08429b;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	text-decoration: underline;
}

#header input {
	height: 20px;
	width: 120px;
	border: 1px solid #CCCCCC;
}

#header input.submit {
	height: 24px;
	width: 52px;
	background-image:url(../images/srch_button.png);
	border: 0;
}
	/* header end */
	
	/* content area begin */

#content_wrapper{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #FFFFFF;
	overflow: auto;
}	

#left_content{
	width: 184px;
	float: left;
	border-right: 1px dashed #666666;
	height: auto;
}

#left_content form {
width: 175px; margin-left: auto; margin-right: auto; margin-bottom: 5px; margin-top: 5px;
}

#left_content label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4a4a4a;
	margin-left: 8px;
}

.inputbox_login {
	height: 18px;
	width: 140px;
	border: 1px solid #CCCCCC;
	background-color: #fbd5af;
	margin-left: 20px;
}



.inputbox {
	height: 18px;
	width: 140px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 10px;
}




#left_content a {
	color: #395bdc;
}	




.button{
	background-color:#0a439a;
	width:70px;
	height:26px;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
}

 #aca_22.button_subscribe {
	height: 26px;
	width: 70px;
	border: none;
	background-image:url(../images/subscribe_button.png);
}



.button_news{
	background-image:url(../images/go_button.png);	
	width:42px;
	height:20px;
	background-repeat:no-repeat;
	border:none;
	text-align:center;
}

#menu_hd{
	width: 185px;
	height: 46px;
	background-image:url(../images/mnu_hd.jpg);
}

#menu{
	width: 185px;
	height: 231px;
	background-image:url(../images/mnu_bg.png);
	padding-top: 5px;
	background-repeat: no-repeat;
}

#menu ul{
	margin-left: 13px;
	margin-right: 7px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu li{
	padding: 4px;
	padding-left: 15px;
	background-image:url(../images/mnu_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #FFFFFF;
}

#menu li a{
	color:#000000;
	text-decoration: none;
}

#menu li a:hover{
	text-decoration: underline;
}

#right_content{

	float: right;
}

#right_1{
	float: left;
	width: 340px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
}

#right_2{
	width: 180px;
	float: right;
	margin-right: 2px;
	margin-top: 10px;
	padding-left: 5px;
	border-left: 1px dashed #666666;
}

#news{
	margin-left: 20px;
}

#news a{
	font-size: 10px;
	color: #1200ff;
	margin: 0;
}

#news a:hover{
	font-size: 10px;
	color: #333333;
	margin: 0;
}




#news p{
	font-size: 10px;
	margin: 0;
	margin-bottom: 8px;
	margin-left: 5px;	
}


#events{
	margin-left: 5px;
}

#events a{
	font-size: 10px;
	color: #1200ff;
	margin: 0;
}

#events a:hover{
	font-size: 10px;
	color: #333333;
	margin: 0;
}

#events p{
	font-size: 10px;
	margin-left: 0px;
	margin-bottom: 8px;
	
}


#trade_monitor form {
width: 175px; margin-left: auto; margin-right: auto; margin-bottom: 5px; margin-top: 5px;
}

#trade_monitor label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4a4a4a;
}

#trade_monitor input {
	height: 18px;
	width: 140px;
	border: 1px solid #CCCCCC;
	border-top: 2px;
}

#trade_monitor input.submit {
	width: 70px;
	height: 26px;
	background-image:url(../images/subscribe_button.png);
	border: 0;
}

.message{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #006633;
	font-size: 14px;
	color: #006633;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;	
}
	/* content area end */
#copyright{
	background-color: #FFFFFF;
	color:#FFFFFF;
	font-size: 11px;
	height: 18px;
	text-align: center;		
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0a439a;
		border-left: 1px solid black;
	border-right: 1px solid black;

}

#footer{
	background-color: #FFFFFF;
	color:#0024ff;
	font-size: 10px;
	height: 38px;
	text-align: center;		
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}


#footer a{
	font-size: 10px;
}

#counter{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	height: 20px;
	text-align: center;		
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


 #aca_22.button {
	height: 22px;
	width: 130px;
	border: none;
	border:1px outset #CCCCCC;
	background-color:#ed2900;
}

 #aca_22.button_subscribe {
	height: 26px;
	width: 70px;
	border: none;
	background-image:url(../images/subscribe_button.png);
}

