/* Basic style */

body{
	padding:0px;   
	margin:0px; 
	background:#ffffff;
	color:#4c4c4c;
}

a:link {color:#0c779e; text-decoration:underline;font-size:12px;}
a:visited {color:#0c779e; text-decoration:underline;font-size:12px;}
a:hover {color:#2896BE; text-decoration:none;font-size:12px;}
a:active {color:#2896BE; text-decoration:none;font-size:12px;}


/* LAYOUT style */

.baseTxt{
	font-size:12px;
	line-height:18px;
}

.coppy{
	font-size:10px;
	line-height:12px;
}

.baseTxt2{
	font-size:14px;
	line-height:18px;
}

.subtitleG{
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size:15px;
	line-height:18px;
	color:#23A903;
	font-weight:bold;
}

.subtitleR{
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size:15px;
	line-height:18px;
	color:#FF0000;
	font-weight:bold;
}

.copyOr{
	padding:10px;
	margin:0px;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
}

.subtitleOr{
	font-size:12px;
	line-height:18px;
	color:#e99502;
	font-weight:bold;
}

.topics{
	font-size:12px;
	line-height:18px;
	color:#666666;
	font-weight:bold;
}

.topics2{
	font-size:12px;
	line-height:18px;
	color:#666666;
	margin:10px;
}
/* end LAYOUT style */