/* CSS Document */

body {
	background-image: url(../images/background-gradient.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	letter-spacing: 0.05em;
	line-height: 150%;
	color: #000000;
	text-align: center;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-weight: normal;
	color: #194553;
}

p {
	text-align: justify;
}

p.error {
	color: #CC0000;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 854px;
	text-align: justify;
}

div#header {
	background: url(../images/background-top.gif);
	height: 152px;
}

div#content {
	background: #FFFFFF;
}

div#footer {
	background: url(../images/background-bottom.gif);
	height: 202px;
}

a.menu-on:link {
	color: #435564;
	text-decoration: underline;
}
a.menu-on:visited {
	color: #435564;
	text-decoration: underline;
}
a.menu-on:hover {
	color: #435564;
	text-decoration: underline;
}
a.menu-on:active {
	color: #435564;
	text-decoration: underline;
}

a.menu-off:link {
	color: #435564;
	text-decoration: none;
}
a.menu-off:visited {
	color: #435564;
	text-decoration: none;
}
a.menu-off:hover {
	color: #435564;
	text-decoration: underline;
}
a.menu-off:active {
	color: #435564;
	text-decoration: underline;
}

a.cv:link {
	color: #B02E2C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.cv:visited {
	color: #B02E2C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.cv:hover {
	color: #B02E2C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.cv:active {
	color: #B02E2C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

td.field_title {
	font-weight: bold;
	color: #194553;
}

td.header {
	color: #CCCCCC;
	background: #000000;
}

td.row0 {
	background: #FFFFCC;
}

td.row1 {
	background: #FFCC33;
}
