#right h1 {
	background-color: #000080;
	color: #ffffff;
	display: block;
	text-align: center;
	width: auto;
	padding: 3px;
	margin: 0;
}
#right div.con h1{
	background-color: #DB0000;
}
#right h2{
	display: block;
	text-align: center;
	background-color: #3184bd;
	width: auto;
	margin: 3px 3px 0 3px;
	color: #ffffff;
}

#right div.con h2{
	background-color: red;	
}
#right h2 a, #right div.con h2, #right div.con h2 a{
	color: #ffffff;
	text-decoration: none;
font-size: 10pt;
}

#right p{
	display: block;
	background-color: #ffffff;
	color: #000080;
	margin: 0 3px 3px;
	border: 1px solid #3184bd;
	width: auto;
	text-align: center;
	padding: 3px;
	text-indent: 0;
	font-size: 10pt;
}
#right p b{
	color: Red;
}
#right p a{
	color: #3184bd;
	text-decoration: none;
}
#right p a:visited, #right p a:active, #right p a:hover{
	color: #000080;
}
#right div.con p{
	border: 1px solid red;
	margin-bottom: 5px;
}

#right p img{
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 200px;
}
#right p img.new{
	width: 23px;
	height: 14px;
	float: left;
	display: inline;
}
