a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.n {

	font-size:small;
	line-height: 150%;
	color: #333333;
}
.n-padding {
	font-size: small;
	line-height: 150%;
	color: #333;
	padding-left: 3em;
}

.nIndent {
	
	font-size: small;
	line-height: 150%;
	color: #333333;
	text-indent: 12px;
}

.nIndent2 {
	padding-left: 1em;
}

.cap {


	font-size: small;
	line-height: 200%;
	color: #333333;
}
.h01 {

	font-size: 150%;
	line-height: 150%;
	color: #000066;
	font-weight: bold;
}
.info {  font-size: 90%; line-height: 140%}
.nb { font-size: small; line-height: 150%; color: #333333; font-weight: bold}
.nbg {	font-size: small; line-height: 150%; color: #336600; font-weight: bold}
.nbr {
	font-size: 100%;
	line-height: 150%;
	color: #C00;
	font-weight: bold
}
.border {
	border: 1px solid #666699;
}
.border_notop {
	border-top: 1px none #666699;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
/*	font-size: 100%;*/
}
.menu {
	font-size: 90%;
	line-height: 150%;
	color: #003399;
	text-decoration: none;
}
.menuTitle {
	font-size: 90%;
	line-height: 200%;
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}
.gr_bar {
	background-color: #CCFF99;
}
.navi {
	font-size: 85%;
	line-height: 30px;
	color: #333333;
}
.header1 {
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	line-height: 150%;
}
.gr_bar2 {
	background-color: #DDFFDD;
	border: 1px solid #666699;
}
.topimage {
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header2 {

	font-size: 100%;
	font-weight: bold;
	color: #003366;
	line-height: 120%;
}
.subtitle_bar {
	border: 1px solid #336633;
	background-color: #CCFF99;
	background-image: url(images/subtitle_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.under {
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1A52B8;
	border-right-color: #1A52B8;
	border-bottom-color: #CCCCFF;
	border-left-color: #1A52B8;
}
.Link {
	font-size: 90%;
	line-height: 125%;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.cap_box {
	font-size:small;
	padding:12px;
	margin:12px;
	color:#003333;
	line-height:150%;
	background-color:#DDFFAA;
	border:1px solid #393;
	border-radius: 6px;
}

.red{
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

.red2{
	color:#C33;
}