/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

.pc-rtg-userUpdateLinks {
	font-size:.9em;
	font-family:"Times New Roman", Times, serif;
}

.pc-rtg-h1 {
	font-size:1.6em;
	color:rgb(66,50,111);
	
}

.pc-rtg-radioLabel {
    white-space: normal;
}
.navButtons a,
.navButtons a:link,
.navButtons a:visited {
	background-color:rgb(66,50,111);
	background-image:none;
	color:#fff;
	font-size:.8em;
	border:none;
	border-left:1px solid #FFF;
	padding: 2px 5px;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.pc-rtg-largeInstructions {
	margin-top:20px;
	font-size:1em;
}

.pc-rtg-instructions {
	font-size:1em;
}

.pc-rtg-nonReqFieldLabel {
	color:rgb(66,50,111);
	color:rgb(189, 90, 165); /*purple*/
	
}

.pc-rtg-h2 {
	color:rgb(189, 90, 165); /*purple*/
}

.pc-rtg-input-preview {
}

.pc-rtg-label-preview {
}

.pc-rtg-body {
}

.pc-rtg-ReqFieldLabel {
}

.pc-rtg-label-textbox {
}

.pc-rtg-heading-phone {
}

.pc-rtg-h3 {
}

.pc-rtg-legal {
}

.pc-rtg-submitLink {
}

/*web dev notes*/
/* please add the following styles */
a:link,
a:visited {
	color:rgb(24, 97, 153); /* dk blue */
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	/*color:rgb(241, 198, 40);*/ /* yellow */
	/*background-color:rgb(24, 97, 153);*/
	text-decoration:underline;
}
#login-macro {
	float:right;
	position:relative;
	right:200px;
	top:-10px;
}
#king_logo {
}
.navButtons a:hover, .navButtons a:active, .navButtons a:focus {
	color:rgb(211, 227, 55);
}

.newPosting a
{
	font-weight: bold;
	font-size: 0.9em;
}
