body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: black;
	background-color: #666666;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited  { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;;
	text-decoration: none;  }
a:hover { color: #0000CC background: transparent; text-decoration:  underline; }
a:link img, a:visited img { border-style: none; } /* no border on img links */
a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #333;}
h1 { font: 150% sans-serif; }
h2 { font: bold 125% sans-serif; }
h3 { font: 110% sans-serif; }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }
.fix{
	clear: both;
}
.logo{
padding-left: 5px;
	background-image: url(../images/paydayloans.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 59px;
	vertical-align: top;
}
.nav{
	font-weight: bold;
 background-color: #4B549F;
	color: White;
	height: 30px;

}
.nav a:link, .nav a:visited{
	font-weight: bold;
	color: White;
}
.nav a:hover{
		text-decoration: underline;
}
.rnav{
	 background-color: #f9f9f9;
	font-weight: bold;
	color: #0BA5F5;
}
.content{
padding: 5px;
	text-align: justify;
	}
	.content a:link, .content a:visited{
	color: blue;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}
.footer{
	font-weight: bold;
 background-color: #4A7D9A;
	color: White;
	height: 30px;
}
.footer a:link, .footer a:visited{
	font-weight: bold;
	color: White;
}
.footer a:hover{
		text-decoration: underline;
}
.footerlink{
	font-size: 10px;
 color: #4B549F;
}
.footerlink a:link, .footerlink a:visited{
	font-size: 10px;
	color: #4B549F;
}
.footerlink a:hover{
		text-decoration: underline;
}

/* New Form CSS code */


.buttons {
	width: 231px;
	height: 450px;
	float:left;
	border-left: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	background-color:#eeeeee;
	overflow:hidden;
}

.insidebuttons {
	width: 230px;
	height: 435px;
	float:left;
	background-color: #eeeeee;
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

.newcust {
	background-color: #990000;
	width: 221px;
	height: 130px;
	padding-left:10px;
	padding-top: 10px;
}

.newcust P {
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

.newcust H2 {
	font-size:30px;
	font-weight:normal;
	color:#FFFFFF;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

.newarrow {
	width: 221px;
	height: 15px;
	padding-bottom: 4px;
	padding-left:10px
}

.newcusttext {
	width: 221px;
	margin: 5px;
}

.newcusttext P {
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.newcusttext input {
	margin-bottom: 8px;
	font-size:12px;
	height: 20px;
}

.newformbutton {
	cursor:pointer;
	background: #990000;
	border:#CCCCCC solid 1px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left: -3px;
	width: 80px;
}

.buttons HR {
	BORDER-TOP: 1px dashed #716e68;
	WIDTH: 100%;
	BACKGROUND-COLOR: #fff;
	TEXT-ALIGN: center;
	MARGIN-BOTTOM: -10px;
	margin-top: 0px;
}

.blogtext{
color: #333;
text-align: center;
width: 221px;
padding: 5px;
border: 1px solid #4C7F9C;
}
.blogtext strong{
font-size:120%;
}
.blogtext p{
text-align: justify;
font-size:100%
}
.blogtext a{
color: #4C7F9C;
font-size:100%
}