/*Lynne Frost StyleSheet news section*/





html{
   	 FONT-FAMILY: Tahoma, Arial;
    	font-size: x-small;


     
}

body { 
    	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
    	color: #CCCCCC;
	background-color: #333333

}



td {
	font-size : small
}

/*/*/a{}


body td {
    	font-size : x-small
}

html>head:first-child+body td {
   	 font-size : small
}

/* */





.content{
	padding-right:20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px
}


.logoarea {

	padding-top: 12px;
	padding-bottom: 12px

}


/*Headings*/

h1{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase	

}




ul li {
	font-size: 85%;
    	line-height: 1.4
}
ol {
	font-size: 85%;
    	line-height: 1.4
}

html>head:first-child+body ul li { font-size: 90%; }


/*Paragraphs*/

P {

    	text-align: justify;
	font-size: 85%;
    	line-height: 1.4
}

html>head:first-child+body p { font-size: 90%; }

.Pcenter { 
   	color: #FFFFFF;
   	text-align: center
}

.indent { 
   	color: #FFFFFF;
   	text-align: left;
	padding-left: 25px
}

.Pleft { 
   	color: #FFFFFF;
   	text-align: left
}

.Pright {   
   	color: #FFFFFF;
   	text-align: right
}



/*Text*/

.greysmcaps{
	color: #8C8E8F;
	font-weight: bold;
	font-size: 70%;
	text-align: left;
	text-transform: uppercase
}

.whitesmcaps{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 65%;
	text-align: left;
	text-transform: uppercase
}

.whitebold{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

.whiteboldcent{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase
}



.copyright{
	color: #666666;
	font-weight: normal;
	font-size: 70%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px
}



.whitesm{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 90%;
	text-align: left
}

.whitesmleft{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 60%;
	text-align: left
}

.blacksm{
	color: #333333;
	font-weight: normal;
	font-size: 75%;
	line-height: 1.0
}

/*Bullet points*/

.bulletpoint{
   	list-style: url(../images/bullet2.jpg);
	line-height:1.2;
	margin-left: -12px;
	padding-top: 4px	
}


.list{
   	list-style: url(../images/bulletpoint.gif);
	padding-top: 6px	
}


/*Borders 4px*/

.tborder {
   	border: 14px solid #000000
}






.bordergreyleft{
    	border-left: 1px solid #999999;
	padding-left: 12px
}

.borderwhite2noleft{
    	border-right: 2px solid #FFFFFF;
 	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}



.borderwhitetopbot{
 	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.imgcenter{
	 float:center;
	margin: 0px
}

.imgleft{
   	 text-align: left;
	 float:left;
	 margin: 0px
}

.imgrightborder{
	float:right;
	margin: 0px;
	border: 1px solid #9D9D9D;
	margin-left: 12px
}


.imgcenterborder{
	float:center;
	margin: 0px;
	border: 1px solid #9D9D9D;
}

.imgleftborder{
   	text-align: left;
	float:left;
	margin: 0px;
	margin-right: 14px;
	border: 1px solid #9D9D9D;
}

.imgright{
	float:right;
	margin: 0px
}


       
li img {
	vertical-align: middle;
}	
	


/* links*/

a:link, a:active, a:visited {
   color: #CCCCCC;
   text-decoration: underline;
   font-weight: normal
}


a:hover {
   color: #FFFFFF;
   text-decoration: underline;
   font-weight: normal
}



a.linkgreysmcaps:link, a.linkgreysmcaps:active, a.linkgreysmcaps:visited {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none
}

a.linkgreysmcaps:hover{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: underline
}


a.linkwhitesmrbold:hover{
	color: #66E7CD;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	text-decoration: underline
}



/* forms*/



.close { 
    	COLOR: #000000;
    	background-color:#333333;
	font-size: xx-small;
	font-weight:bold;
    	height: 22px; 
    	border-bottom: 1px solid #333333; 
    	border-left: 1px solid #333333; 
   	border-right: 1px solid #333333; 
    	border-top: 1px solid #333333
}

   


