/* CSS Document */

body  {
    width:  286px;
	font-size:  13px;
	color:  #454545;
	background-color:  #FFFEE0;
	text-align:  left;
	line-height:  18px;
}

a {
	color:  #100D9B;
	text-decoration: none;
}
a:link {
	color:  #006DDB;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF0066 !important;
	text-decoration: underline !important;
}
a:active {
	text-decoration: none;
}

.style01  {
	font-weight:  600;
	color:  #D94235;
}

.style02  {
	font-weight:  600;
	color:  #286DDF;
}

.style03  {
	font-weight:  600;
	color:  #29B141;
}

