h1 {
	font-weight: normal;
	color: #d00d0d;
	font-size: 28px;
	margin: 0 0 22px 0;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 12px;
}

h5 {
	font-size: 16px;
	margin: 0 0 0 0;
}

h5 a {
	font-weight: normal;
}


#mid-col-internal h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

#left-col-internal h2 {
	font-size: 15px;
	margin-bottom: 12px;
}



a, a:visited {

}

a:hover {

}

.red {
	color: #d00d0d;
}


.hide		   { display: none }

.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Forms *****/
 
form {
display:inline;
} 

.imgLeft img {
float:left;
padding-right:15px;
}
