/* CSS Document */

/* -------------------- PAGE SETTING -------------------- */

body {
		background-image:url(../images/bgb.jpg);
		background-repeat:repeat-x;
		margin-top:16px; margin-left:0px;
}


/* -------------------- CONTENT WRITING -------------------- */

.content {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		font-weight:normal;
		line-height:18px;
		text-decoration:none;
		text-align:justify;
}
.content A {
		color:#666666;
		font-weight:normal;
		text-decoration:none;
}
.content A:hover {
		color:#000000;
		font-weight:normal;
		text-decoration:none;
}
.content-bold {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		line-height:18px;
		text-decoration:none;
		font-weight:bold;
}
.content-bold A {
		color:#666666;
		text-decoration:none;
		font-weight:bold;
}
.content-bold A:hover{
		color:#000000;
		line-height:18px;
		text-decoration:underline;
		font-weight:bold;
}
.tab-dot {
		background-image:url(../images/dotted-line.gif);
		background-repeat:repeat-x;
}

.tab-dot2 {
		background-image:url(../images/dotted-line2.gif);
		background-repeat:repeat-x;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 	font-weight:normal; text-decoration:none;
	font-size:11px;
}
.footer A {
	color:#000000; 	font-weight:normal; text-decoration:none;
}
.footer A:hover {
	color:#000000; 	font-weight:normal; text-decoration:underline;
}
.marquee {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; color:#336699; text-decoration:none;
	font-size:11px;
}
.dark-blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#336699; 	font-weight:normal; text-decoration:none;
	font-size:11px;
}
.dark-blue A {
	color:#336699; 	font-weight:normal; text-decoration:none;
}
.dark-blue A:hover {
	color:#336699; 	font-weight:normal; text-decoration:underline;
}
.copyright {
	font-family:Tahoma, "Trebuchet MS", Arial, serif;
	color:#CCCCCC; font-weight:normal; text-decoration:none;
	font-size:11px;
}
.copyright A {
	color:#CCCCCC; text-decoration:none; font-size:11px;
}
.copyright A:hover {
	color:#ffffff; text-decoration:none; font-size:11px;
}
