@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Arial Narrow", Verdana;
}

body, th, td, input, select, option, textarea, li {
	font-size: 15px;
}

h1 {
	font-size: 18px;
	border-bottom: dashed 1px #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}

.canvas {
	width: 975px;
	margin: auto;
}

#topmenu {
	background-color: #FFA8A8;
	padding: 5px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

a:link,
a:active,
a:visited {
	color: #A40000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

#leftbar {
	width: 185px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 5px;
	border: solid 0px black;
}

#contentbar {
	width: 770px;
	height: 500px;
	background-color: #FFFFFF;
	border: solid 0px black;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.box_top_left, .box_hollow_top_left {
	background-image: url(images/box_top_left.png);
	width: 11px;
}

.box_top, .box_hollow_top {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CE0000;
	padding: 5px;
	padding-left: 3px;
	text-align: left;
}

.box_top_right, .box_hollow_top_right {
	background-image: url(images/box_top_right.png);
	width: 16px;
}

.box_row_left {
	background-image: url(images/box_left.png);
}

.box_hollow_top_left {
	background-image: url(images/box_hollow_top_left.png);
	height: 12px;
}

.box_hollow_top {
	background-image: url(images/box_hollow_top.png);
	background-repeat: repeat-x;
	color: #FF0000;
	
}

.box_hollow_center{
	background-image: url(images/vitoria.png);
}

.box_hollow_top_right {
	background-image: url(images/box_hollow_top_right.png);
}

.box_row {
	background-color: #FFA8A8;
	text-align: left;
	border-bottom: solid 1px #FF0000;
}

.box_row_right {
	background-image: url(images/box_right.png);
}

.box_bottom_left {
	background-image: url(images/box_bottom_left.png);
}

.box_bottom {
	background-image: url(images/box_bottom.png);
	height: 14px;
}

.box_bottom_right {
	background-image: url(images/box_bottom_right.png);
}

a.box_link:link, 
a.box_link:active,
a.box_link:visited {
	text-decoration: none;
	width: 100%;
	padding: 3px;
	display: block;
	color: #990000;
}

a.box_link:hover {
	background-color: #FF5959;
}

.submenu {
	padding-bottom: 5px;
	padding-left: 8px;
}

a.sublink:link,
a.sublink:active,
a.sublink:visited {
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #990000;
}

a.sublink:hover {
	background-color: #FF5959;
}