/* Start of CMSMS style sheet 'Typography - Tabels' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		margin: 0;
		padding: 0;
		text-align: left;
               /* font-family:"helvetica neue",arial,helvetica,sans-serif;*/

		font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
		font-size: 90%;
                font-weight: normal;
                line-height: 1em;
	}
	div {
		font-size: 1em;
	}
	
	}
	breadcrumbs {
		font-size: .6em;
	}

/*FOOTER Links*/
A.footer:link {text-decoration: none; color: #bf0707}
A.footer:visited {text-decoration: none; color: #bf0707}
A.footer:active {text-decoration: none; color: #bf0707}
A.footer:hover {text-decoration: none; color: #fff;}

/* LINKS */
A:link {text-decoration: none; color: #bf0707}
A:visited {text-decoration: none; color: #bf0707}
A:active {text-decoration: none; color: #bf0707}
A:hover {text-decoration: none; color: #000000;}
a img {border: 0;}

#myframe {
        height: 600px;
}

	
/* END LINKS */

/* HEADINGS */
	h1 {
		font-size: 1.1em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.1em;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.6em;
               

	}
	blockquote {
		border-left: 10px solid #fff;
		margin-left: 10px;
	}
	pre {
		font-family: verdana;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
	code {
		font-family: verdana;
		font-size: 1em;
		white-space: pre;
	}


      #news2 {
               font-size: .8em;
        }

	#footer {
		font-size: .8em;
		font-weight: normal;
                font-color: #fff;
	}
/* END TEXT */

/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: normal;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */

/* TABLE */
	table {
        font-size: 1em;
	}
	table caption {
		font-weight: normal;
	}
	th {
		font-weight: normal;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	

	hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}


.redItal {
 	font-style: italic;
 	font-weight: normal;
 	color: #FF0000; }

/* .headbox {
   background-color: #D54646;
   display: block; 
   padding: 5px;
   color: #fff;                                 
   font-size: 1em;                           
   margin: 0;       
}   */

.headbox {
  padding: 0 0 0 10px;
  border-left: solid 20px #D54646;
  border-bottom: solid 1px #D54646;
  text-align: left;
  font: 1.2em 800px;
  margin: 10px 0 10px 0;
}       

/* End of 'Typography - Tabels' */

