a{
	font-family: arial,verdana,helvetica;
	color: #167CE1;
	text-decoration: none;
}

a:visited{
	font-family: arial,verdana,helvetica;
	color: #167CE1;
	text-decoration: none;
}

a:hover{
	font-family: arial,verdana,helvetica;
	color: #167CE1;
	text-decoration: underline;
}

.sidebar_bg{
	background-image: url(images/logo_ext.gif);
	background-repeat: repeat-y;
	border-right: 1px solid white;
}

.border_right{
 	border-right: 1px dotted #818181;
}

.copy_white{
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	color: white;
}

.copy_grey{
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	color: #818181;
}

.copy_grey-9px{
	font-family: arial,verdana,helvetica;
	font-size: 9px;
	color: #818181;
}

.copy_greydk{
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	color: #333333;
}

.copy_blue{
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	color: #0E49A1;
}

.copy_red{
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	color: #760628;
}

.copy_title{
	font-family: arial,verdana,helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #0000A0;
}
	

.input_text{
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	color: #0E49A1;
	border: 1px solid #818181;
}

.input_submit{
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	color: gray;
	background-color: #FFFFFF;
}

.footer{
	font-family: arial,verdana,helvetica;
	font-size: 10px;
	color: #818181;
	border-top: 5px solid black;
}
	
.list{
	list-style: solid square;
}

