P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

.PageTitle  {
	font-size : 18px;
	text-align : center;
}

.Privacy  {
	color : Green;
}



.price  {
	color : Purple;
}

.footnote  {
	font-style : italic;
	text-transform : uppercase;
	color : Gray;
	font-size : smaller;
}


p.TableBody {
	margin : 15px;

	}
	
.MainBody {
	color : navy;
; background-color: #CCCCCC
; padding: 15px 15px
	}
	

.CopyBorder {
	color : #000099;

	border : 2px groove;
	border-color : Black;

	text-align : center;
	margin-top : 10px;
	}
			
.CopyRight {
	color : #000099;
}

.LastUpdate {
	font-size : small;
	font-style : italic;
	}

.QuestionType {

}

.QuestionPrompt {

}

.QuestionFieldEntry {
	border-style: groove;	
}

span.AccessLetter {
	text-decoration : underline;
}

.GeneralText {
	font-family : "Comic Sans MS", serif;
	font-weight : bold;
; background-color: #CCCCCC
}

.ProductName {
	font-style : italic;
	}
	
.LogoHome {
	float : right;
}

.FinePrint {
	font-variant : small-caps;
	font-style : oblique;
	font-size : smaller;
}

.PictureDescription {
	color : Gray;
	font-size : smaller;
}

.Important {
	font-family: serif; 
	font-size: larger; 
	color: Red;
	}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#maintab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 14px "Comic Sans MS", Verdana;
list-style-type: none;
font-style: italic;
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: black;
background: white;
}

#maintab li a:hover{
color: navy;
background: #EFFADC;
}

#maintab li.selected a{ /*selected main tab style */
background-color: #CCFADC;
color: blue;
/*font-style: italic;*/
font-style: normal;
}

#tabcontent{ /*2nd level content wrapper*/
border: 1px #778 solid;
background-color: #EFFADC;
font-weight: normal;
font-style: italic;
/*height: 100%*/ /* IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
border-right: 1px solid #778;
color: black;
padding: 2px 5px;
display: block;
float: left;
text-decoration: none;
font-style: italic;
}


#tabcontent ul li a:hover{
background-color: #D3F1A0;
color: blue;
}

#tabcontent li.selected a{ /*selected 2nd level content*/
background-color: #CCFADC;
/*font-style: italic;*/
font-style: normal;
font-weight: bold;
color: blue;
}




#pgcontent{ /*page / body*/

background-color: #CCCCCC;
border: 1px #778 solid;

}


#pgcontent ul li{
}


.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail2{
position: relative;
z-index: 0;
float: left;
padding-right: 10px;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 30px; /*position where enlarged image should offset horizontally */
}

.imgfloater {
width: 90%;
height: 220px;
clear: left; }
