/* Links
--------------------------- */

a:active {
	color: #E41819;
	background-color: transparent;
	text-decoration: none;
	}

a:visited {
	color: #9D030A;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	background-color: transparent;
	}

a:link {
	color: #E41819;
	background-color: transparent;
	text-decoration: none;
	}


/* Layout
--------------------------- */

body {
	background-color: #423326;
	}

div {
	font-size: 12px;
	font-family: "Verdana", "Arial", "Times New Roman";
	}

.body {
	background-color: #BCBCAA;
	}

.border {
	background-color: #000000;
	}


/* Text Format
--------------------------- */

.copyright {
	font-size: 11px;
	color: #3D3D3D;
	font-family: "Verdana", "Arial", "Times New Roman";
	}

.copyright2 {
	font-size: 11px;
	color: #E6E6E6;
	font-family: "Verdana", "Arial", "Times New Roman";
	}

.current {
	color: #FFFFFF;
	font-size: 14px;
	background-color: transparent;
	font-weight: bold;
	}

.header {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}

.menu {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	}

.menu2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

.text {
	color: #3D3D3D;
	font-size: 12px;
	text-decoration: none;
	}

.warning {
	font-family: "Verdana", "Arial", "Times New Roman";
	font-size: 11px;
	color: #B05F3C;
	background-color: transparent;
	}