@charset "UTF-8";

.PageName {
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	color:#990033;
	line-height: 30px;
	padding: 4px 20px 4px 20px;	
}

.TitleLine {
	 font-size:14px;
	 font-weight:bold;
	 color:#000000;
	 font-family:Arial;
}

.Text {
	 font-size:12px;
	 font-weight:normal;
	 color:#000000;
	 font-family:Arial;
}

.Text_Bolt {
	 font-size:12px;
	 font-weight:bold;
	 color:#000000;
	 font-family:Arial;
	 text-decoration:underline;
}


.PageNote { 
	font-size:9px;
	color:#CCCCCC;
	font-family:Tahoma;
}

a:link {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}

a:visited {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
	}

a:hover {
	font-weight:bold;
	color:#720000;
	text-decoration:none
}

a:active {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}

a:focus {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}