.container
{
	display: table;
	position: absolute;
	overflow: hidden;
	background-color:#FFFFFF;
	height:100%;
	width:100%;
#	left: 1px;
	
}

.header
{
	width:780px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FDFDFD;
	border-style:dotted;
	border-width:1px;
	border-color:#DDDDDD;
}
.footer
{
	position:relative;
	display:table;
	margin-left:auto;
	margin-right:auto;
	color:#AAAAAA;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.text_mic
{
	color:#AAAAAA;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.content
{
	#position: absolute; 
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.centrat
{
	margin-left:auto;
	margin-top:auto;
	margin-bottom:auto;
	margin-right:auto;
	background-color:#00FFEE;
}

.centered-box {
    width: 500px;
    height: 500px;
    background-color: black;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -250px;
    position: fixed;
}
table
{
	border:0px dotted;
	border-collapse:collapse;
	padding:0px;
	border-spacing:0px;
}
.text {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.text_centered {
	text-align:center;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}
hr {
    border: 0;
    #width: 80%;
    height: 1px;
    background-color: #AAA;
    }
 .border1
	{
	border-left-color:#A3C2DF;
	border-left-style:solid;
	border-left-width:thin;
	
	border-right-color:#A3C2DF;
	border-right-style:solid;
	border-right-width:thin;
	
	border-top-color:#A3C2DF;
	border-top-style:solid;
	border-top-width:thin;
		
	border-bottom-color:#A3C2DF;
	border-bottom-style:solid;
	border-bottom-width:thin;

}
 .border2
	{
	border-right-color:#A3C2DF;
	border-right-style:solid;
	border-right-width:thin;
	
	border-top-color:#A3C2DF;
	border-top-style:solid;
	border-top-width:thin;
		
	border-bottom-color:#A3C2DF;
	border-bottom-style:solid;
	border-bottom-width:thin;

}.blue {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color:#0C7DC1;
}
.white {
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.black {
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.textunderline {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #0C7DC1;
	text-decoration: underline;
}
.redtext {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #C50105;
}
.pinktext {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #f253be;
}
.silver {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
}
.bronze {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #9C6963;
}
.tabel_gri {
	border-width: 1px;
	border-spacing: 0px;
	border-style:dashed;
	border-color: #999;
	border-collapse: separate;
	background-color: #FAFAFA;
}
.tabel_gri:hover {
	border-width: 1px;
	border-spacing: 0px;
	border-style: dashed;
	border-color: #999;
	border-collapse: separate;
	background-color: #F2F2F2;
}

.gold {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#FFCC00;
}
a.ab:link{font-family:arial; font-size:11px; color:#000000; text-decoration:none}
a.ab:active{font-family:arial; font-size:11px; color:#000000; text-decoration:none}
a.ab:visited{font-family:arial; font-size:11px; color:#000000; text-decoration:none}
a.ab:hover{font-family:arial; font-size:11px; color:red; text-decoration:blink;}

