/*
Simplae page for privacy policy
For Security Research Associates
by jim coe		02/23/2005	Last edit 02/23/2005
*/

/* Text Styles */
/*********************/
/* Scrollbar Colors Not supported MSIE 5.0, NN 6, 7 */
body, html {
	scrollbar-face-color: #1E3C6E;
	scrollbar-shadow-color: #333366;
	scrollbar-highlight-color: #eeeeff;
	scrollbar-3dlight-color: #eeeeff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #DCDCDC;
	scrollbar-arrow-color: #ffffff;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166em;
	color: #333333;
	width: 600px;
	/* border-right: 1px solid #333333; */
	background-color: #ffffff;
}

p{ margin:0px;
	line-height: 1.13em;
}

br{
	line-height: 0.5em;
}

/* No font size here - breaks P7 */
a:link, a:visited, a:hover {
	color: #666666;
	/*background-color: White;*/
	text-decoration: none;
}

/* overrides for hover, when link underline set to none above. */
/* No font size here - breaks P7 */
a:hover {
	text-decoration: underline;
	color: #5C5CFF;
}
		
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	/* color: #006699; */
	/* background-color: #ffffff; */
	}

h2{
	font-size: 110%;
 	padding: 0px 0px 10px 0px;
 	text-align: center;
	font-weight: bold;
	color: #ECAF3C;
 /* background-color: #ffffff; */
}

h3{
 font-size: 90%;
 color: #666666;
 background-color: #ffffff;
}

h4{
 font-size: 85%;
 font-weight: normal;
 color: #333333;
 background-color: #ffffff;
}

/* Less vertical space */
.minLine10{
	font-family: Verdana,Arial,sans-serif;
	line-height: 10px;
}

.minLine8{
	font-family: Verdana,Arial,sans-serif;
	line-height: 8px;
}

.minLine4{
	font-family: Verdana,Arial,sans-serif;
	line-height: 4px;
}
/* ========================== */
/*          Text Styles       */
/* ========================== */

.HeadingCtr{
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	}
	
.BigHeadCenter{
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #666666;
}

.BigHeadCenterBlu{
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #44618C;
}


.BigHeadLeftBlu{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	color: #44618C;
}


.LeftHead{
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	}
	
.LeftDarker{
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
	}	
	
.MidBold{
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #888888;
}	
	
.MidBoldBlu{
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: #44618C;
}	
	
.MidBoldBluCenter{
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #44618C;
}		
	
	
.SmallBold{
	text-align: left;
	font-weight: bold;
	font-size: 75%;
	color: #888888;
}
	
.FirmName{
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #666666;
	padding: 5px 0px 0px 0px;
}

.ColLeftWht{
	text-align: left;
	font-weight: bold;
	font-size: 65%;
	/* same as default link text */
	color: #666666;
	background-color: #eeeeee;
	padding: 5px 0px 0px 10px;
}

.address{
	text-align: center;
	font-size: 70%;
	color: #777777;
	background-color: #eeeeee;
	padding: 5px 0px 0px 0px;
}

.SmallCentered{
	text-align: center;
	font-size: 75%;
	color: #999999;
	background-color: #ffffff;
	padding: 5px 0px 0px 0px;
}

/* ================================= */
/* Layout code */

#PrivacyPolicyPage{
	width: 600px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #44618C;
}

#PrivacyPolicyContent{
	width: 550px;
	margin: 20px 25px 20px 25px;
}

a { font: bold 8pt verdana,arial,sans-serif; text-decoration: none } 

.btn { 
display: block; 
width: 150px; 
height: 10px; 
padding: 5px; 
border-top: solid #99ffff 1px; 
border-left: solid #99ffff 1px; 
border-right: solid #0099ff 1px; 
border-bottom: solid #0099ff 1px; 
background-color: #eeeeee; 
color: #333333; 
text-align: center; 
} 

a.btn:active { 
border-top: solid #0099ff 1px; 
border-left: solid #0099ff 1px; 
border-right: solid #99ffff 1px; 
border-bottom: solid #99ffff 1px; 
} 

