
.oBold {
	padding-right: 2px;
	font-size: inherit !important;
}

/* TYPOGRAPHY */
	body {
		/**/
		text-align: left;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        x-line-height: 1em;
		color: #000000;
		backgrpound: #f00;
	}
	
	
	
/* LINKS */
	a {
		/*font-size: 0.8em;
		color: #f00;*/
		/*color: #cc0000;
		text-decoration: none;
		font-weight: bold;*/
	}
	
	a:visited {
		/*color: #800000;
		text-decoration: none;*/
	}
	
	a:hover {
        /*color: #800000;
		text-decoration: underline;*/
	}
	
	a:hover h1,a:hover h2{
		text-decoration: none;
	}
	
	
	
	.a-ico-pdf {
		background: url('/r/i/ico/pdf.gif') no-repeat;
		font-weight: normal;
		padding: 3px 0px 3px 22px;
	}
	
/* END LINKS */
	
/* HEADINGS */
	/*h1 {
		font-size: 1.6em;
		line-height: 1.5em;
		padding: 0;
		margin: 0 0 20px 0;
        color: #FF934C;
		font-weight: bolder;
		clear: both;
		border-bottom: 1px solid #ddd;
	}
	*/
	
	h1 {
		font-size: 2em;
		line-height: 1.3em;
		padding: 0;
		border-bottom: 1px solid #ddd;
		margin: 0 15px 0.7em 15px; 
		/*border-bottom: 1px solid #FF934C;*/
		color: #BF0000;
	
	}
	
	.pageheading h1 {
		padding-top: 4px;
	}
	
	
	
	
	h1 .icon {
		position : relative;
		top : 0.2em;
		margin-top : -8px;
		margin-right : 1em;
		float : right;
	}
	
	h2 {
		font-size: 1.5em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
		border-bottom: 1px solid #FF934C;
		font-weight: lighter;
		letter-spacing: 0.1em;
	}
	
	
	h3 {
		font-size: 1.4em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
        color: black;
	}
	
	h4 {
		font-size: 1.25em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #BF0000;
		border-bottom: 1px solid #ff934c;
	}
	
	xh4:before {
		content: '';
	}
	
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: black;
	}
	
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: black;
	}
	
	
/* END HEADINGS */

/* TEXT */
	x-p {
		font-size: 1.0em;
		margin: 1em 0 1.5em 0;
		padding: 0;
		line-height:1.8em;
	}
	
	blockquote {
		background: #fff;
		margin: 0 20px;
		padding: 10px;
		width: 80%;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 1.5em;
	}
	
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	
	strong, b {
		font-weight: bold;
	}
	
	em, i {
		font-style:italic;
	}
	
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
		color: #cc0000;
		background: #fff;
		line-height: 1.5em;
		padding: 0 20px;
    }
	
/* END TEXT */
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
		/*border: 1px solid #000;*/
	}
	
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	
	thead {
		background: #cc0000;
		color: #fff;
	}
	
	th {
		font-weight: bold;
		text-align: left;
		font-size: 1.1em;
		text-align: center;
	}
	
	td {
		font-size: 1em;
	}
	
	th, td {
		padding: 0.7em;
	}
	
	.odd {
		background: #eee;
	}
	
/* END TABLE */	
	
	hr {
		display: none;
	}
	
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
	
/* FOOTER LINKS */

	#footer a {
		color: #cc0000;
		text-decoration: none;
		font-weight: bolder;
	}
	
	#footer a:hover {
		text-decoration: underline;
		/*background: #800000;*/
	}
	
/* END FOOTER */




	
/* END TYPOGRAPHY */	

/* SOME CLASSES */

.req {
	color: #cc0000;
}
	
.announce {
	background: #fafafa;
	padding: 10px;
	margin: 20px 0 20px 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 0.9em;
	width: 95%;
	margin: 5px auto 15px auto;
}

.announce h2 {
	font-weight: bold;
	border: none;
	letter-spacing: normal;
	font-size: 1.3em;
	text-align: left;
	text-decoration: underline;
}

.announce a {
	color: #000;
	text-decoration: none;
}


.datetime {
	color: #cc0000;
	whitespace: nowrap;
}

.info {
	font-size: 0.9em;
	border: 1px solid #000;
	background: #eee;
	padding: 5px 5px 10px 5px;
}

.info h2 {
	font-weight: bold;
	border: none;
	letter-spacing: mono;
	font-size: 1.2em;
	text-align: left;
}

.error {
	background: #ffeeee;
	color: #000;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #ff0000;
	font-size: 0.9em;
	width: 200px;
}

.error h2 {
	font-weight: bold;
	border: none;
	letter-spacing: normal;
	font-size: 1.3em;
	text-align: left;
}



.e-navigation-breadcrumb, .e-navigation-breadcrumb a {
	font-size: 11px;
}

.e-bodycontent {
	line-height: 1.75em;
}
.e-bodycontent form {
	line-height: 1em;
}

.e-bodycontent ul {
	/*margin-left: 25px;*/
	x-font-size: 0.9em;
	list-style: square;
	/*color: #FF934C;*/
	/*border: 1px solid #ccc;
	background: #fdfdfd;*/
	padding-top:10px;
	padding-right: 10px;
}


.e-bodycontent ul li {
	margin-bottom: 8px;
	margin-left: -10px;
}

.t-boxlist {
	/*margin-left: 25px;*/
	font-size: 0.9em;
	list-style: square;
	/*color: #FF934C;*/
	border: 1px solid #ccc;
	background: #fdfdfd;
	padding-top:10px;
	padding-right: 10px;
}


.t-boxlist li {
	margin-bottom: 8px;
	margin-left: -10px;
}



.tags {
	font-family : Tahoma;
	font-weight : normal;
	font-size	: 9px;
}

.tags a {
	font-weight : normal;
}