html {
	height: 100%;
}

a {
	color: #F07E0E;
 }

body {
	background-attachment: scroll;
	background-color: #505050;
	background-image: url(elements/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.frametable {
	height: 100%;
	background-image: url(elements/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}

.tblright {
	text-align: left;
	vertical-align: top;
	
}

.tbllft {
	text-align: right;
	vertical-align: top;
}

.maintable {
	background-color: #444444;
	background-image: url(elements/bg_main.gif);
	vertical-align: top;

}

.container-main {
	background-image: url(elements/container_bg.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-top: 5px;
}

.box-main {
	background-image: url(elements/box_bg.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 30px;
	padding-bottom: 11px;
	padding-top: 2px;
}

.box-main  a {
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

.box-main  a:link {
	color: #FFFFFF;
}

.box-main  a:visited {
	color: #FFFFFF;
}

.box-main  a:hover {
	color: #F07E0E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.box-main  a:active {
	color: #F07E0E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.contentholder td {
	vertical-align: top;
}

.contentholder .bla a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.contentholder .bla a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.contentholder .bla a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F07E0E;
}

.contentholder .bla a:active {
	color: #F07E0E;
	text-decoration: none;
	border-bottom-style: none;
}


.imagetable {
	text-align: center;
}

.imagetable a img{
	border: 1px solid #dfdfdf;
}

.imagetable a:visited img{
	border: 1px solid #dfdfdf;
}

.imagetable a:hover img{
	border: 1px solid #F07E0E;
}

.imagetable a:active img{
	border: 1px dashed #dfdfdf;
}

.cright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #878F91;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
}

.popup td {
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: top;
}

.small {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;

}
