/* 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: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 16px; 
	margin: 10px 5px 5px 5px
	}

.address {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none; 
	/* margin= top, right, bottom, left */
	margin: 0px 0px 0px 0px
	}	

/* Use the <.body> tag for all body content using it as a class */	

	
/* 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: purple; 
	text-decoration: underline 
	}
	
.body a:hover   { 
	color: Red; 
	text-decoration: underline 
	}


/* Title */

.title {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	color: #890d4c;
	text-decoration: none;
	margin : 0px 0px 0px 0px;
	}
	
/* Sub-Title */

.subtitle {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold; 
	color: #406170; 
	text-decoration: none; 
	/* margin= top, right, bottom, left */
	margin: 0px 0px 0px 0px}

/* By Line */	

.byline {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 20px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none; 
	/* margin= top, right, bottom, left */
	margin: 0px 0px 0px 0px
	}	

/* Breadcrumbs */
.breadcrumbs {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        line-height: normal; 
        font-weight: bold; 
        color: #666666; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
      }

.breadcrumbs a:link    { 
	color: #406170; 
	font-weight: bold;
	text-decoration: none;  
	}
	
	
.breadcrumbs a:hover   { 
	color: #990066; 
	font-weight: bold;
	text-decoration: none; 
	}	



/* Top Links */
.toplinks {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        line-height: normal; 
        font-weight: bold; 
        color: #ffffff; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.toplinks a:link    { 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;  
	}
	
.toplinks a:visited { 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none; 
	}
	
.toplinks a:hover   { 
	color: #e6e6e6; 
	font-weight: bold;
	text-decoration: none; 
	}

/* Legal */

.legal {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        line-height: normal; 
        font-weight: bold; 
        color: #ffffff; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.legal a:link    { 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;  
	}

.legal a:visited { 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none; 
	}

.legal a:hover   { 
	color: #e6e6e6; 
	font-weight: bold;
	text-decoration: none; 
	}

/* Text Links */
.textlinks {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        line-height: normal; 
        font-weight: bold; 
        color: #666666; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
      }

.textlinks a:link    { 
	color: #666666; 
	font-weight: bold;
	text-decoration: none; 
	}
	
.textlinks a:visited { 
	color: #666666; 
	font-weight: bold;
	text-decoration: none; 
	}
	
.textlinks a:hover   { 
	color: #990066; 
	font-weight: bold;
	text-decoration: none; 
	}	

	
/* Links */	

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	margin : 0px 0px 0px 0px;
	}

a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : purple;
	text-decoration : underline;
	}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #990066;
	text-decoration : underline;
	}

/* 2nd Navigation */	

.nav2 {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 14px;
	font-weight : bold;
	color: #cccccc;
	text-decoration: none;
	}

.nav2 a:link {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 14px;
	font-weight : bold;
	color: #cccccc;
	text-decoration : none;
	}

.nav2 a:visited {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 14px;
	font-weight : bold;
	color: #cccccc;
	text-decoration : none;
	}

.nav2 a:hover {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 14px;
	font-weight : bold;
	color: #ffffff;
	text-decoration : none;
	}

/* 3rd Navigation */	

.nav3 {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #CCCC99;
	text-decoration : none;
	}

.nav3 a:link  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #CCCC99;
	text-decoration : none;
	}

.nav3 a:visited  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #CCCC99;
	text-decoration : none;
	}

.nav3 a:hover  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
	}

/* 4th Navigation */	

.nav4  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #ccccccc;
	text-decoration : none;
	}

.nav4 a:link  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #cccccc;
	text-decoration : none;
	}

.nav4 a:visited  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #cccccc;
	text-decoration : none;
	}

.nav4 a:hover  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
	}
	
/* 5th Navigation */	

.nav5  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #CCCC99;
	text-decoration : none;
	}

.nav5 a:link  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #CCCC99;
	text-decoration : none;
	}

.nav5 a:visited  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #CCCC99;
	text-decoration : none;
	}

.nav5 a:hover  {
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
	}	

/* Text Selectors */	
	
big {
	font-size : 12px;
	}

small {
	font-size : 8px;
	}

b, strong {  
	font-weight: bold
	}
	
i, em {
	font-style: italic;
	}
		
	
	
	
	
	
	
	