/* CSS Document */

body {
	background-image: url(images/stripe.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-position: bottom;
	background-attachment: fixed;
}

td
{
    height:1em;
}

a:link {
    color:#006699;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
    color:#006699;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
h2 {
	font-size: 12px;
	color: #666666;
}

.whole {
	width: 780px;
	background-color: #FFFFFF;
	height: 100%;
}
.left {

	float: left;
	width: 464px;
	text-align: left;
}
.left_text {
	padding-left: 10px;
	padding-right:8px;
}

.footer {
	text-align: center;
	clear: both;
	padding: 15px;
	font-size: 10px;
	color: #666666;
}

.right {
	float: right;
	width: 303px;
	border: 1px solid #CCCCCC;
	margin-left: 2px;
	margin-right: 2px;
}

.contact {
	clear: none;
	float: none;
	border: 1px solid #CCCCCC;
	margin: 12px;
	height: 140px;
}

.contactColumn {
	float: left;
	width: 180px;
	padding: 15px;
}

.copyright {
	font-size: 10px;
	color: #999999;
}
a
{
    color:#006699;
}

