@charset "utf-8";

body {
	font-size: 14px;
	background-color:#999999;
}

div {
	border:none;
}

hr {
	text-align:center;
}

a {
	color:#0000ff;
}

a:hover {
	color:#0000ff;
}

a.link:visited {
	color:#ffffff;
    font-weight:bold;
    text-decoration:none;

}

a.link{
	color:#ffffff;
	text-decoration:none;
}

a.link:hover {
	color:#ff0000;
}

.center {
	text-align:center;
}

.border{
	border-top:solid 2px #000000;
	border-left:solid 2px #000000;
	text-align:left;
}

.header{
	background:url(images/logo_07.jpg);
	background-repeat:repeat-x;
}

.navbar{
	background:url(images/logo_04.jpg);
	background-repeat:repeat-y;
	color:#ffffff;
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	vertical-align:top;
}

.footer{
	background:url(images/logo_05.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#ffffff;
	font-size:10px;
}

.main{
	background-color:#ffffff;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	width:679px;
}

.edge{
	background-color:#ffffff;
	width:10px;
}
