@charset "utf-8";
/* CSS Document */

body {
	background-image:url(bkg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:justify;
}

h1 {
	font-size:16px;
	padding-left:20px;
	text-align:left;
	font-weight:normal;
}

.whitetext-title {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	padding-top:10px;
}
.whitetext {
	color:#FFF;
	font-size:11px;
	text-align:center;
	font-weight:normal;
}

.whitetext A:link {
	color:#FFF;
}
 
.whitetext A:visited {
	color:#FFF;
}
 
.whitetext A:active {
	color:#FFF;
}
 
.whitetext A:hover {
	color:#FFF;
	text-decoration:none;
}

#footer {
	width:950px;
	height:35px;
	color:#211011;
	vertical-align:middle;
	padding-top:7px;
	text-align:left;
	padding-left:50px;
	font-size:11px;
}

A:link {
	color:#354279;
}

A:visited {
	color:#354279;
}

.smaller {
	font-size:10px;
}

A:active {
	color:#354279;
}

A:hover {
	color:#bcb65d;
}

.quote {
	font-size:14px;
	text-align:center;
	font-style:italic;
}
.quote-sm {
	font-size:12px;
	text-align:right;
	padding-right:30px;
}

.title {
	font-size:12px;
	text-align:left;
}

#poweredby {
	font-size:2px;
text-align:center;
color:#fcf2b7;
visibility:hidden;
}

#poweredby A:link {
text-align:center;
color:#fcf2b7;
visibility:hidden;
}
 
#poweredby A:visited {
text-align:center;
color:#fcf2b7;
visibility:hidden;
}
 
#poweredby A:active{
text-align:center;
color:#fcf2b7;
visibility:hidden;
}
 
#poweredby A:hover {
text-align:center;
color:#fcf2b7;
visibility:hidden;
}
 
#poweredby span {
	font-family:Arial,Helvetica,Sans-serif;
}

.highlight {
	color:#F00;
	font-weight:bold;
}
