﻿/* CSS Document */
body{
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
}
.buttons_text{
font:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
list-style-type: none;
display: inline;
text-transform: uppercase;
}
a.buttons_text {
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	color:#FFFFFF;
}
a.buttons_text:hover {
	text-decoration: none;
	color:#000000;
}
.rights {
	font-size: 11px;
	color:#FFFFFF;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.rights {
	text-decoration:none;
	color:#FFFFFF;
}
a.rights:hover {
	text-decoration: underline;
}
.subbuttons{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
a.subbuttons {
	text-decoration:none;
}
a.subbuttons:hover{
	text-decoration:underline;
}
.subbuttons_2{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
a.subbuttons_2 {
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}
a.subbuttons:hover_2{
	text-decoration:underline;
}
.content {
	padding: 5px 10px 5px 10px;
	line-height: 150%;
	text-align: justify;
}
.content_2 {
	padding: 3px 10px 5px 10px;
	line-height: 160%;
	text-align: justify;
}
h1 {
	font-size: 12px;
	color: #1a7eb7;
	padding-left: 15px;
	margin: 0px;
}
.photo_border {
	border: solid #018bd4 2px;
	margin: 5px;
}
.photo_border2 {
	border: solid #999999 1px;
	margin: 5px;
}
.photo_border3 {
	border: solid #999999 2px;
	margin: 5px;
}
.table_text_padding {
	padding-left: 8px;
}
.activities_list {
	list-style-image: url("../images/bullet2.jpg");
	line-height: 130%;
	font-weight:bold;
	color:#333333;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px
}
.message {
	border: double #018bd4 3px;
	margin: 4px;
	line-height: 170%;
	text-align: justify;
	padding:5px;
}
.dep_1 {
	font-size: 12px;
	font-weight: bold;
}
.dep_2 {
	font-size: 12px;
	font-weight: bold;
	color:#045c90;
}
.dep_3 {
	font-size: 11px;
	font-weight: bold;
	color:#045c90;
	line-height: 140%;
}
.border_bottom {
	border-bottom: solid #666666 1px;
}
.placement_list {
	list-style-image: url("../images/arrow.jpg");
	line-height: 180%;
	text-align: justify;
	padding: 0px 40px 0px 0px;
}
.persentage {
	padding-left: 35px;
	text-align: left;
}


