.body 
	{
		background-color:lightblue;
  		font-family:arial, verdana, sans-serif;
  		font-size:16px;
		color:black;
  		background-image: URL('../images/background.jpg');
  		background-attachment: fixed;
 		scrollbar-3dlight-color :;
   		scrollbar-arrow-color : clear;
  	 	scrollbar-base-color : clear;
   		scrollbar-darkshadow-color :;
   		scrollbar-face-color : CDF5F1;
   		scrollbar-highlight-color : clear;
   		scrollbar-shadow-color : clear;
   		scrollbar-track-color : clear;
   }

.address 
	{
    color : #000000;
    font-weight : bold;
    font-size : 16pt;
    font-family : "times new roman", georgia;
    text-align : center;
	}

.content
	{
    color : #000000;
    font-size : 18pt;
    font-family : "times new roman", georgia;
    text-align : left;
	}
.content_center {
    color : #000000;
    font-size : 18pt;
    font-family : "times new roman", georgia;
    text-align : center;
}
.disclaimer {
    color : #000000;
    font-size : 10pt;
    font-family : arial, helvetica, geneva;
    text-align : justify;
}
.links {
    color : #660000;
    font-weight : bold;
    font-size : 10pt;
    font-family : verdana, helvetica, arial, geneva;
    text-transform : uppercase;
    text-decoration : none;
    line-height: 90%;
}
.nested {
    color : #660000;
    font-weight : normal;
    font-size : 10pt;
    font-family : "times new roman", georgia, times;
    text-transform : capitalize;
    text-decoration : none;
    line-height: 90%;
}
.subhead {
    color : #660000;
    font-weight : bold;
    font-size : 14pt;
    font-family : "times new roman", georgia, times;
    text-transform : uppercase;
    letter-spacing : 4pt;
    text-align : center;
}
.tagline {
    color : #660000;
    font-weight : bold;
    font-size : 14pt;
    font-family : "times new roman", georgia, times;
    text-transform : uppercase;
    letter-spacing : 4pt;
    text-align : center;
}
.tdnested{
    text-align: right;
    padding-right: 15px;
}
.title {
    color : #000000;
    font-weight : bold;
    font-size : 25pt;
    font-family : "times new roman", georgia, times;
    text-transform : uppercase;
    letter-spacing : 2pt;
    text-align : center;
}
.url {
    color : #000000;
    font-weight : bold;
    font-size : 10pt;
    font-family : "times new roman", georgia, times;
    letter-spacing : 1pt;
    text-align : center;
	text-transform : uppercase;
}



