/* CSS Document */
a{
	text-decoration : none;
}
a:hover
{
	text-decoration : underline;
}

body,td{
     font-family : Verdana, Arial; font-size : 11px;
     font-size: 12px;
}

.mainBox{
    border-top: 1px #000000 solid ;
    border-right: 1px #000000 solid ;
    border-left: 1px #000000 solid ;
    border-bottom: 1px #000000 solid ;
}

.menu{
      color: #ffffff;
      font-size: 10px;
}

.menuFooter{
      color: #4263AA;
      font-size: 10px;
}

.copyright{
    color: #757DC6;
    font-size: 10px;
}

.sectionTitle{
    color: #FDAE45 ;
    font-size: 20px;
    font-weight: bold;
}

.buySellTitle{
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}


		.form_title{
			color : #000000;
			font-size: 13px;
			font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		
		.form_field {
			font-size : 13px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #474747;
			font-weight : bold;
			text-align:left;
		}
		
		.form_text{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}
		
		.text_box{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width:300px;
		}
		
		.text_area{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width:300px;
			height:150px;
		}
		
		.text_select{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}

		.form_error{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #ff0000;
			font-weight : bold;
		}
