/* Body tag: color, image, repeat, attachment, and position. */

body {
	background : White none no-repeat scroll center;
}

/* Use the <p> tag for all body content */	

/*

p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 14px; 
	margin: 10px 5px 5px 5px
	}

*/

/* Use the <.body> tag for all body content using it as a class */	

/* Title */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 18px;
	font-weight: bold;
	color: #A51129;
	text-decoration: none;
	margin : 0px 0px 0px 0px;
	}

/* Small Font*/
.small { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px;
        line-height: normal; 
        font-weight: normal; 
        color: #000000; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
      }

.small a:link    { color: blue; text-decoration: underline }
.small a:visited { color: blue; text-decoration: underline }
.small a:hover   { color: #092869; text-decoration: underline }

/* Body */
.body { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 12px;
        line-height: 16px; 
        font-weight: normal; 
        color: #000000; 
        text-decoration: none; 
								margin : 0px 0px 0px 0px;
      }

.body a:link    { color: blue; text-decoration: underline }
.body a:visited { color: blue; text-decoration: underline }
.body a:hover   { color: #092869; text-decoration: underline }

/* justify */
.justify { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 12px;
        line-height: 16px; 
        font-weight: normal; 
        color: #000000; 
        text-decoration: none; 
        align: justify
								margin : 0px 0px 0px 0px;
      }

.justify a:link    { color: blue; text-decoration: underline }
.justify a:visited { color: blue; text-decoration: underline }
.justify a:hover   { color: #092869; text-decoration: underline }

/* Sub-Title */

.subtitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	/* margin= top, right, bottom, left */
	margin: 0px 0px 0px 0px}

/* By Line */	

.byline {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 20px; 
	font-weight: bold; 
	color: #660033; 
	text-decoration: none; 
	/* margin= top, right, bottom, left */
	margin: 0px 0px 0px 0px
	}

/* Text Links */
.textlinks {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        line-height: normal; 
        font-weight: normal; 
        color: #000000; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
      }

.body a:link    { color: #000000; text-decoration: underline }
.body a:visited { color: #000000; text-decoration: underline }
.body a:hover   { color: #3333FF; text-decoration: underline }
	
/* Links */	

a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : ##3333FF;
	text-decoration : none;
	}

a:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : ##3333FF;
	text-decoration : none;
	}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #A51129;
	text-decoration : none;
	}

/* 1st Navigation */	

.nav1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
	margin: 5px 
}

a:link.nav1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
margin: 5px 
	}

a:visited.nav1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
margin: 5px 
	}

a:hover.nav1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 5px 
	}

/* 2nd Navigation */	

.nav2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 8px 
	}

a:link.nav2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 8px
	}

a:visited.nav2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 8px
	}

a:hover.nav2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
margin: 8px
	}

/* 3rd Navigation */	

.nav3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 11px
	}

a:link.nav3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 11px
	}

a:visited.nav3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 11px
	}

a:hover.nav3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
margin: 11px
	}
	
/* 4th Navigation */	

.nav4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
margin: 14px
	}

a:link.nav4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
margin: 14px
	}

a:visited.nav4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
margin: 14px
	}

a:hover.nav4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
margin: 14px
	}	

/* Text Selectors */	
	
big {
	font-size : 12px;
	}

small {
	font-size : 8px;
	}

b, strong {  
	font-weight: bold
	}
	
i, em {
	font-style: italic;
	}
	
blockquote {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 10px;
	/* margin= top, right, bottom, left */
	margin: 10px 30px 10px 30px
	}	
	
/* Lists */		

ul, ol {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	font-weight: bold; 
	color: #660000;
	padding-top: 5px; 
	padding-left: 20px
	}
	
li {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	font-weight: bold; 
	color: #660000;
	padding-top: 0px; 
	padding-left: 0px
	}
	
dl {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	font-weight: bold; 
	color: #666666;
	padding-top: 5px; 
	padding-left: 50px
	}
	
dt {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	font-weight: bold; 
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px; 
	padding-left: 0px
	}
	
dd {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	font-weight: bold; 
	color: #666666;
	padding-top: 0px;
	padding-bottom: px; 
	padding-left: 0px
	}

/* CUSTOM: Use this tag to make the first line of your Paragraphs bold, Uppercase, and a different color */
/*
 .para {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 16px; 
	margin: 5px 5px 5px 5px 
	}

.para:first-line {
	color : Navy;
	font-weight : bolder;
	text-transform : uppercase;
	}
*/
.bodyjustify { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; font-weight: normal; color: #000000; text-decoration: none; margin : 0px 0px 0px 0px; ; text-align: justify}
