/*	Master Care CSS
	Last modified Dec 30, 2004
*/

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

table.expand {
	width: 100%;
	height: 100%;
}

.content {
	font-size: 12px;
	color: #454545;
	line-height: 11pt;
}

.heading {
	font-family: Arial, sans serif;
	font-size: 12px;
	font-weight: 700;
	color: #555;
}

.italics {
	font-size: 12px;
	font-family: Arial, sans serif;
	font-style: oblique;
	color: #555;
	line-height: 11pt;
}

.numbers {
	font-family: Arial, sans serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 700;
	color: #666;
}

.contactform {
	font-size: 12px;
	color: #454545;
	line-height: 18pt;
}

.menuspacing {line-height: 16pt}
.red {color: #C50000}

a {
	text-decoration: none;
}

a:link {
	color: #2A5F9E;
}

a:visited {
	color: #2A5F9E;
}

a:active {
	color: #C50000;
}

a:hover {
	color: #C50000;
	/*color: #7AA3D5;*/
	text-decoration: underline;
}

/*	Footer Style  */
.footer {font-size: 11px; color: #505050}
.copyright {font-size: 11px; color: #BBB}

/*  Image Style  */
p.image_left {
	float: left;
	font-size: 0.8em;
	text-align: center;
	color: #454545;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}

p.image_right {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #454545;
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}
/*
form {
	border: 1px;
}*/
