@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	color:#666666;
	font-family:Arial;
}
h1{
	font-size:18px;
	color:#599ce0;
	font-family:Arial;
}
h2{
	font-size:12px;
	color:#599ce0;
	font-weight:bold;
	font-family:Arial;
}
a{
	color:#599ce0;
	text-decoration:none;
}
#rightImg{
	border:1px #666666 solid;

}
a:visited{
	color:#599ce0;
	text-decoration:none;
}
a:hover{
	border-bottom:thin #599ce0 dashed;
}
/* BB-CODE TAGS ----------------------------------------*/

.bold {
	font-weight: bold;
	}

.italics {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}