a {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
}
a.nav, a.nav_on {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-stretch: narrower;
}
a.nav_on {
	color: #B0E0E6;
}

a.nav:hover {
	text-decoration: underline;
	color: #FFFFF0;
}

body, td, th {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: left;
}

body.popup {
	margin: 10px;
}

div.content {
	padding:10px 15px 10px 15px;
	height:280px;
	overflow: auto;
}

div.content2 {
	padding: 10px 15px 10px 15px;
}

div.img_title {
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	text-align: left;
}

.element, .element_over {
	border: 1px solid #9DA1FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}
.element_over {
	border: 1px dotted #6B6B6B;
}

form {
	display:inline;
}

.button, .button_over {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button_over {
	color: #000077;
	cursor: pointer;
}

img.full {
	filter: alpha(opacity = 99.9);
	-moz-opacity: 0.999;
	border: 1px solid #222222;
}
img.full_s {
	filter: alpha(opacity = 99.9);
	-moz-opacity: 0.999;
	border: 1px solid #FF3300;
}
img.half {
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}

span.error {
	color: #BD0026;
	font-weight: bold;
}
span.field {
	color: #8C8C8C;
	font-size: 10px;
	font-weight: bold;
}
span.message {
	color: #007AB9;
}
span.required {
	color: #B90025;
}
span.title {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
table.box {
	border: 1px solid #000000;
}

table.padding {
	width: 100%;
}

td.content {
	vertical-align: top;
}

td.images {
	padding: 5px;
}

td.la_bas {
	background-image: url(/graphics/background_la_bas.gif);
	background-repeat: repeat-x;
	height: 101px;
	border-top: 1px solid #FFFFFF;
}

td.nav_bar {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-image: url(/graphics/nav_background.gif);
	background-repeat: repeat-x;
	background-color: #185BD4;
	color: #FFFFFF;
	height: 37px;
	padding-left: 5px;
}

ul li {
	list-style-type: square;
}