
/*alignment*/

.right{
	text-align:right;
	}
	
.center{
	text-align:center;
	}	
	
/*body table*/

			
/*typography*/
.big {
		font-size: 1.3em;
		}
		
.small {
		font-size: .9em;
		text-align: center;
		font-style: italic;
		}
		
.copy {
		font-size: .8em;
		color: #ffffff;
		background-color: #ff123f;
		}		
a {
	text-decoration: underline;	
	}
a:link {
	text-decoration: underline;
	color: #280005;
	}
a:visited {
	text-decoration: underline;
	color:#666666;
	}
a:active {
	text-decoration: underline;
	}
a:hover {
	color:#280005;
	text-decoration: underline;
	}
	
a.nav:link {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 1.1em; line-height: 1.5em; }
a.nav:visited {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 1.1em; line-height: 1.5em; }
a.nav:hover {color: #169985; text-decoration: none; font-weight: bold; font-size: 1.1em; line-height: 1.5em; }
a.nav:active {color: #333333; }	

h1 {
	font-size: 2.2em;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	color: #77998E;
	margin: 0em 0em .1em 0em;
	font-weight: bold;
	text-align: left;
	}
h3.tag {
	font-size: 1.3em;
	color: #888888;
	margin: .5em 0em .5em 1em;
	font-weight: bold;
	text-align: left;
	}
h3 {
	font-size: 1.4em;
	color: #77998E;
	margin: .5em 0em .5em 0em;
	font-weight: bold;
	text-align: left;
	}	
h4 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	text-align: left;
	}
h5 {
	font-size: 1.0em;
	color: #77998E;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	text-align: left;
	}
h5.sidebar {
	font-size: 1.0em;
	color: #77998E;
	line-height: 1.5em;
	margin: .5em 0em .5em 0em;
	font-weight: bold;
	text-align: left;
	}	
h6 {
	font-size: 0.8em;
	color: #77998E;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	text-align: left;
	}	

/* Top Nav  */	

.nav {
	  font-size: 1.1em;
	  color: #ffffff;
	  font-weight: bold;
	  text-align: center;
	  }	
	
/* Other Site Styles  */	
p.top {
		margin: 0em 0em 1em 0em;
		}

.button { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; font-weight: bold; letter-spacing: 1px; color: #000000; background-color: #F0F0F0; 
text-align: center; border-style: outset; border-color: #CCCCCC;}

.border { border-color: #000000; border-width: 1px;}