/* Global tags */
body,td,th {
	font-family: sans-serif;
	color: #000000;
	font-size: 12px;
}

body {
	background-color: #dfdfdf;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/img/bg_left.jpg);
}

a ,a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #990000;
}




/* Test borders */

.border_r {
	border: 0px solid #ff0000;
}

.border_g {
	border: 0px solid #00ff00;
}

.border_b {
	border: 0px solid #0000ff;
}




/* Header */

.header {
	margin-left: 40px;
	margin-top: 10px;
}

.l1 {
	margin: 0px;
	font-size: 26px;
	font-weight: bolder;
	letter-spacing: 13px;
}

.l2 {
	margin: 0px;
	font-size: 26px;
	font-weight: bolder;
	letter-spacing: 4px;
}

.l3 {
	margin: 0px;
	font-size: 8px;
	font-weight: bolder;
	letter-spacing: 10px;
}



/* Body container */

.container {
	display: block;
	clear: both;
	margin-left: 40px;
	margin-top: 40px;
	width: 94%;
}

/* Main content */

.content {
	margin-left: 0px;
	margin-top: 0px;
}

.content p {
	margin-top: 0px;
}

.history {
	font-weight: bolder;
}

.image {
	margin-top: 20px;
	border: 0px;
	text-align: center;
	width: 99%;
}

.image img {
	border: 3px solid #afafaf;
	background-color: #afafaf;
	margin: 4px;
}

.image img:hover {
	border: 3px solid #990000;
	background-color: #990000;
}

/* Navigator */

.navigator {
	text-decoration: none;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}

.navigator a, .navigator a:active, .navigator a:visited {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	white-space: nowrap;
}

.navigator a:hover  {
	text-decoration: none;
	color: #990000;
}

.navigator a.active, .navigator a.active:hover {
	text-decoration: none;
	color: #afafaf;
}

.navigator a.disabled {
	text-decoration: none;
	color: #afafaf;
}


/* Footer */

.footer {
	margin-left: 40px;
	margin-top: 20px;
	padding-right: 20px;
	text-align: right;
	font-size: 9px;
}

