
/* --- BASE CSS FILE FOR VERMILION --- */

@import url('01_template.css');
@import url('02_lists.css');
@import url('03_links.css');
@import url('04_tables.css');
@import url('05_forms.css');
@import url('06_coolmenus.css');


/* --- GENERAL & MISC STYLES --- */


hr {
	height: 1px;
	color: #eaeaea;
	margin: 20px 0 20px 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 2px 0 0 0;
	padding: 0;
}

h2 {
	font: 12px/18px arial;
	font-weight: bold;
	text-align: left;
	padding: 7px 7px 7px 11px;
	background: #eee;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	margin-top: 0;
	margin-left: 0;
}

h2.center {
	text-align: center;
}

h2 em {
	font-weight: normal;
}

strong.large {
	font: 15px/19px arial;
	font-weight: bold;
}

img {
	border: 0;
}

img.border {
	padding: 9px;
	background: url('../images/template/body_featurebox_bg.gif') repeat-x top left;
	margin-bottom: 15px;
}

a:hover, a:active, a:focus {
  outline: 0;
}

object {
  outline: none;
}

.red {
	color: #b20000;
}

.textSmall {
	font: 10px arial;
}

.PDFlist {
		list-style: none;
		background: url('../images/blt_pdf.gif') no-repeat 0 9px;
		padding: 6px 0 6px 25px;
		font: 12px/20px arial;
	}

.listWebcast {
		margin: 0;
		padding: 0;
		list-style: none;
		background: url('../images/blt_audio.gif') no-repeat 0 5px;
		padding: 3px 0 0 25px;
		font: 11px/20px arial;
	}


