/* Body style */
body { margin:10px 10px 10px 10px; 
       padding:0px; }
strong { font-weight:bold; }
b { font-weight:bold; }
/* p { margin:5px; padding:0px; } */
/* div,span,h1,h2,h3,h4 { margin:0px; padding:0px; } */

/* Text style */
.font10 { font-size:10px; line-height:150%; }
.font12 { font-size:12px; line-height:150%; }
.font14 { font-size:14px; line-height:150%; }
.font16 { font-size:16px; line-height:150%; }

.bfont10 { font-size:10px; line-height:150%; font-weight:bold; }
.bfont12 { font-size:12px; line-height:150%; font-weight:bold; }
.bfont14 { font-size:14px; line-height:150%; font-weight:bold; }
.bfont16 { font-size:16px; line-height:150%; font-weight:bold; }

.sfont8 { font-size:8px; line-height:120%; }
.sfont10 { font-size:10px; line-height:120%; }
.sfont12 { font-size:12px; line-height:120%; }
.sfont14 { font-size:14px; line-height:120%; }

.sbfont8 { font-size:8px; line-height:120%; font-weight:bold; }
.sbfont10 { font-size:10px; line-height:120%; font-weight:bold; }
.sbfont12 { font-size:12px; line-height:120%; font-weight:bold; }
.sbfont14 { font-size:14px; line-height:120%; font-weight:bold; }

.bfont14blue {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #003366;
}

.bfont10blue {
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;
	color: #003366;
}

.fontnews {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #336666;
}

.fontcopy {
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
}

body,td,div {
	font-size:12px;
	line-height: 150%;
}

/* basic collor */
body,p,td,div,h1,h2,h3,h4 { color: #333333; }

/* Link style */
A:link { color:#333333; text-decoration:underline; }
A:visited { color:#333333; text-decoration:underline; }
A:hover { color:#cccccc; text-decoration:underline; }
A:active { color:#cccccc; text-decoration:underline; }

/* Link style Copy */
A.copy:link { color:#ffffff; text-decoration:underline; }
A.copy:visited { color:#ffffff; text-decoration:underline; }
A.copy:hover { color:#cccccc; text-decoration:underline; }
A.copy:active { color:#cccccc; text-decoration:underline; }
