/* CSS Document */

body {
	background-image: url('../images/ppcg_bkgd.jpg');
    background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color:#09468D;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#000000;
}

a:link { 
	color: #09468D;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a:visited { 
	color: #09468D;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #09468D;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a:hover { 
	color: #0F64C7;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline; 
}

.textbox {
	width: 200px;
	border: 1;
	border-style: solid;
	border-color: #09468D;
	background-color: #E7E7E7;	
}

.textboxstate {
	width: 121px;
	border: 1;
	border-style: solid;
	border-color: #09468D;
	background-color: #E7E7E7;	
}

.textboxzip {
	width: 75px;
	border: 1;
	border-style: solid;
	border-color: #09468D;
	background-color: #E7E7E7;	
}
.textarea {
	width: 325px;
	border: 1;
	border-style: solid;
	border-color: #09468D;
	background-color: #E7E7E7;	
}

.button{
	border: 1;
	border-style: solid;
	border-color: #666666;
	background-color: #09468D;
	color: #FFFFFF;	
}

.bullet {
	color: #09468D;
}

ol.faq { margin: 10px 0px;  }
ol.faq li { font-size: 12px; margin-left: 150px; }

p.ans { 
    margin: 2px 15px;
    padding-left: 25px;
    background-image: url('../images/a.jpg');
    background-position: left 1px;
    background-repeat: no-repeat;
    font-size: 12px;
}

p.q { 
    margin: 10px 15px 2px 15px;
    padding-left: 25px;
    background-image: url('../images/q.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 14px;
	font-weight: bold;
	color:#09468D;
}    