@charset "utf-8";
/* CSS Document */

/*********************************************
----------------------------------------------
Client		phpArrow
Site:  		phparrow.com
Author: 	Paul Noia | Paul Noia Design, Inc.
Version: 	2.0
----------------------------------------------
*********************************************/

/* Imported Style Sheets */

@import url("layout.css");
@import url("style.css");
@import url("nav.css");

/* Reset all margins and paddings for browsers */
* {padding: 0; margin: 0;}

/* General Rules */

body,html {
margin: 0 auto;
height: 100%;
font-size: 12px;
background-color: #504c6a;
}

a {
color: #504c6a;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 20px;
text-decoration: underline;
}

a:hover {
text-decoration: none;
color: #aaa;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;	
	text-align: left;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;
	font-size: 29px;
	text-align: left;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;
	font-size: 20px;
	text-align: left;
	padding-bottom: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 16px 0;
	font-size: 13px;
	color: #444;
	line-height: 20px;
}

input, select, checkbox {
	padding: 0;
    border: 1px solid #504c6a;
    font-family: verdana;
    font-size: 12px;
    color: #504c6a;
}

textarea {
    padding: 0;
    border: 1px solid #504c6a;
    font-family: verdana;
    font-size: 12px;
    color: #504c6a;	
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 24px 48px;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
