a {
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color:#efefef;
	text-decoration: none;
}

/* headings
----------------------------------------------- */
h1, h3, h4, h5, h6 {line-height:1.0em; margin-bottom:.3em; font-size: 22px;}
h2 {line-height:1.0em; margin-bottom:.3em;font-size: 18px;font-weight: bold;}
h3{
	font-size: 18px;
	font-weight: normal;
}
h4{
	font-size: 18px;
	font-weight: normal;
}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

/* navigation (horizontal subnavigation)
----------------------------------------------- */


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #cccccc;
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	font-weight: bold;
}
fieldset.login p {
	margin-bottom:0.5em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	/*width:98%;*/
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login input.button {
	margin-left:35%;
	line-height: 1.6em;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/*****************************************/

h1.details{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.8em;
	text-align:left;
	color: #00449C;
	padding:.2em .5em;
	margin-bottom:0;
	margin-top: 10px;
}

h1.details a{
	color: #00449C;
	border-bottom: #3f74b8 1px dotted;
}
h1.details a:hover{
	color: #00449C;
	border-bottom: #3f74b8 1px solid;
}

.detail-info a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.detail-info a.image:hover {
	border:1px solid #666;
}
.detail-info a.image img {
	float:left; 
}

.detail-meta{
	text-align:right;
	width:420px;
	float:right;
}
