/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	background-color:#CCCCCC
}

a:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #D58D02;
	text-decoration: none;
}

.page a:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.page a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.page a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #D58D02;
	text-decoration: none;
}

h1 {font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5D0201;
	text-decoration: none;
}

p {font-weight: normal;
	color: #cccccc;
	text-decoration: none;}

.footer a:link {
	font-size: 12px;
	color: #D58D02;
	text-decoration: none;
}
.footer a:visited {
    font-size: 12px;
	font-weight: normal;
	color: #D58D02;
	text-decoration: none;
}
.footer a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.left{margin: 10px 0px 0px 10px;}

.topline {
	margin: 10px 0px 0px 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

.rline {
	margin: 10px 0px 0px 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: none;
	border-right-color: #CCCCCC;
}
