/* CSS Document */

.none_style{
	/*
	Clear style
	DO NOT EDIT
	*/
}

.blue_link{
	color:#2996bf;
}

.orange_link{
	color:#ff7800;
}

.blue_text{
	color:#2996bf;
}

.dotted_line{
 background-image: url("../images/bg/bg_line.gif");
 background-repeat: repeat-x;
 background-position: bottom;
 padding-bottom: 20px;
 margin-bottom: 5px;
 text-align: left;
 width: 99%;
 display:block;
 clear: both;
}
