/*
Copyright Rent4AllPM.ca
Created: 10-20-09
By: Fred Barkhouse

Controls style formating for Rent4AllPM.ca front end site
*/

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #222222;
	text-decoration: underline;
}

a:hover, a:active {
	color: gold;
	text-decoration: none;
}

p {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

p:first-letter {
	font-weight: bold;
	font-size: 16px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.dotsUnder {
	border-bottom: thin dotted #000000;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.quote {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: gold;
}

.highlight {
	color: gold;
}

.inputField {
	background-color: #AAAAAA;
	border-top: 2px solid #666666;
  border-left: 2px solid #666666;
  border-right: 2px solid #BBBBBB;
  border-bottom: 2px solid #BBBBBB;
}

.formSubTitle {
	background-color: #888888;
	padding: 4px 0 4px 0;
	color: #000000;
}

.required {
	color: #FF0000;
	font-weight: bold;
}
