/* Basic global definitions */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.012em;
	line-height: 17px;
}
body .blue {
	color: #FFFFFF;
}

fieldset {
	/*border: 1px solid #333333;*/
	border: none;
	margin: 0px 10px;
	padding: 0px;
}
fieldset p {
	margin: 0px;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
}
fieldset label {
	display: block;
	font-weight: bold;
}

form .input_text {
	background-image: url(/resource/img/input.gif);
	background-repeat: repeat-x;
	border:1px solid #9E9E9E;
	width: 125px;
}

form .input_submit {
	background-image: url(/resource/img/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #9D9D9D;
	margin-top: 5px;
}

.blue a {
	color: #FFFFFF;
	text-decoration: underline;
}

.check p {
	margin: 0px 10px;
}

/* Specific definitions */
#menu dt {
	font-size: 15px;
}
#menu a {
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover {
	text-decoration: underline;
}
#menu dt.current_page_item {
	font-weight: bold;
}
#menu dt.current_page_item a{
	font-weight: bold;
}

#content {
	color: #333333;
}
#content h1 {
	font-size: 17px;
	color: #00023D;
	border-bottom: 1px solid #00023D;
	padding-left: 10px;
	padding-bottom: 4px;
}
#content h2 {
	font-size: 17px;
	padding-left: 10px;
}
#content p {
	margin: 0px 10px 10px 10px;
}
a,
#content a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
#content a:hover {
	text-decoration: underline;
}
