a:link{
	color:#FFFFFF;
}

a:visited{
	color:#DDDDDD;
}

a:hover{
	color:#FFFF00;
}

a:active{
	color:#222222;
}

a.no_style:link{
	color:#000000;
}

a.no_style:visited{
	color:#000000;
}

a.no_style:hover{
	color:#000000;
}

a.no_style:active{
	color:#000000;
}

.bg_color{
	background-color:#665555;
}

.border_color{
	background-color: #444444;
}

.bg_1{
	background-color: #666666;
}

.bg_2{
	background-color: #777777;
}

.title {
	font-size: 20pt;
	color: #000000;
	font-style: italic; 
	font-family: Times New Roman, Arial, sans-serif;
}

.sub_title{
	font-size: 16pt;
	color: #000000;
	font-style: italic; 
	font-family: Times New Roman, Arial, sans-serif;
}


body{
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family: Times New Roman, Arial, sans-serif;
}

table{
	border: 0px;
	border-spacing: 0px;
}

.small_table_border{
	border: 1px solid black;
}

td{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

img{
	vertical-align: bottom;
	border-width: 0px;
}

a.nothing:link{
	text-decoration:none;
}

a.nothing:visited{
	text-decoration:none;
}

a.nothing:hover{
	text-decoration:none;
}

a.nothing:active{
	text-decoration:none;
}

.middle{
	vertical-align: middle;
}

.bottom{
	vertical-align: bottom;
}

.avatar_small{
	width: 60px;
	height: 60px;
}

table.main_table{
	border-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
}

td.main_table_left{
	width: 200px;
	min-width: 200px;
}

td.main_table_center{
}

td.main_table_right{
	width: 200px;
	min-width: 200px;
}

.element_center{
	margin-left: auto;
	margin-right: auto;
}

table.page_part_right{
	margin-left: auto;
}

table.page_part_left{
	margin-right: auto;
}

td.login_container{
	width: 200px;
	min-width: 200px;
}

td.personal_data_display_container{
	width: 180px;
	min-width: 180px;
}

.center {
	text-align: center;
}

.right{
	text-align: right;
}

.hand{
	cursor: pointer;
}

.text{
	margin: 5px;
	padding: 5px;
}

.text2{
	padding: 5px;
}

.text3{
	padding: 2px;
}

.full{
	width: 100%;
}

.percent_30{
	width: 30%;
}

.percent_70{
	width: 70%;
}

.percent_15{
	width: 15%;
}

.percent_85{
	width: 85%;
}

.px_20{
	width: 20px;
}

.px_50{
	width: 50px;
}

.px_100{
	width: 100px;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

td.date{
	width: 150px;
}

.white_text{
	color: #FFFFFF;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
}

td.page_vieuw_counter_container{
	background-color: #000000;
	width: 180px;
}

.bg_red{
	background-color: #FF0000;
}

.bg_green{
	background-color: #00FF00;
}

.bg_orange{
	background-color: #FF8800;
}

.bg_yellow{
	background-color: #FFFF00;
}

img.error_img{
	position: relative;
	top: -5px;
	width: 15px;
	height: 15px;
	display: none;
}

.error_text{
	color: #FF0000;
	font-size: 12pt;
}

.extra_border{
	height: 5px;
}

.extra_border_vertical{
	width: 5px;
}

div.admin_div{
	display: none;
}

div.not_admin_div{
	display: block;
}

.width_550{
	width: 550px;
}

.width_50_percent{
	width: 50%;
}