/* CSS Document */

body {
	padding: 15px;
	margin: 0px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
}

.border {
	background-color: white;
	border: 1px solid #DDDDDD;
	padding: 0px;
	margin: 0px auto;
}

.header-bg {
	background-image: url(art/logo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.header, .header a, .header a:visited {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.header a:hover {
	color: #E60000;
}

.main {
	padding: 5px;
	font-size: 12px;
	color: #333333;
}

.pad-right {
	padding-right: 5px;
}

.pad-left {
	padding-left: 5px;
}

.left-header {
	background-image: url(art/bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 12px;
	font-weight: bold;
}

.red {
	color: #E60000;
}

.navy {
	color: #000033;
}

.point {
	font-size: 12px;
	color: #333333;
	padding: 8px;
	margin-top: 2px;
	margin-bottom: 8px;
	border: 1px solid #E60000;
}

.point a, .point a:visited, .txt a, .txt a:visited {
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}

.point a:hover, .txt a:hover {
	color: #E60000;
	text-decoration: underline;
}

.sub-header {
	color: #000033;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dashed #DDDDDD;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.sub-header-no-border {
	color: #000033;
	font-weight: bold;
	font-size: 12px;
}

.main-bg {
	background-image: url(art/woman.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.footer {
	padding-left: 10px;
	padding-right: 10px;
}

.footer, .footer a, .footer a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #000033;
	text-decoration: underline;
}

.txt {
	font-size: 12px;
	color: #333333;
}

.small-print {
	font-size: 12px;
}

.call {
	font-size: 14px;
	color: #FF0000;
}

a.red, a.red:visited {
	color: #E60000;
}

.company-name {
	font-size: 18px;
}