/* Global fonts
----------------------------------------------- */

body, h1, h3, h2, table, td, th, ul, ol, input, textarea, option, select
{
	font-family: Arial, Verdana;
	font-size: 10px;
	color : #000000;
}

/*
input,textarea,option,select {
	color : #000000;
}
*/
.hide {
	display : none;
}

.show {
	display : ;
}

a img {
	border : none;
}

body {
	margin:0px;
	padding:0px;
	/*
	background-image:url(../images/bg-rpt-x.gif);background-repeat:repeat-x;background-position:0px 0px;
	*/
	background-color: #FFFFFF;
}

a {
	color :#000000;
}

.left-col {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;

}

.right-col {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;


}

a {
	text-decoration: none;
}