/* style sheet for latepainters.com */

body {
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}


/* main text on pages  */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}


/* site-wide links  */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a:link {     /* ????????  */
	color: #000099;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFCC33;
}


/* on index, about us, and contact pages only  */
blockquote {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 20px;
}

/* breadcrumbs  */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000099;
}

/* breadcrumb links  */
h1 a  {
	text-decoration: none;
}
h1 a:visited  {
	color: #666666;
	text-decoration: none;
}
h1 a:hover  {
	color: #FFCC33;
	text-decoration: none;
}


/*  project titles  */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
}


/* project captions  */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
}


/*  text nav links  */
.menu a {
	text-decoration: none;
}


/*  copyright date  */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	margin: 0px;
}


/*  copyright text  */
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #666666;
	text-align: center;
}


/* contact form styles */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;


}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	font-size: 10pt;
}

/*  privacy policy  */
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
}

/*  error in contact form  */
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
