/* CSS Document Created By DeepFreez */

/* Body lay-out */

body {
	margin: 0;
	background-color: #002254;
}

.content_back{
	margin: 0;
	background-color: #00143F;

}

/* Links lay-out */

a {
	color: #8AB3FE; 
	text-decoration: none;
}
a:hover {
	color: #8AB3FE; text-decoration: underline;
}

/* Tables lay-out */

.head_table{
	width: 750px;
	height: 563px;
	border: 0;
	background-color: #002254;
}

/* Content lay-out */

.normal{
	font-family: verdana;
	font-size: 11px;
	color: #BBB207;
}

.bold{
	line-height: 1.5;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #BBB207;
}

.subtitle{
	line-height: 1.5;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #BBB207;
	border-bottom: solid #366079 1px;
}

.bigtitle{
	line-height: 1.5;
	text-align: right;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #BBB207;
}
.hometitle{
	text-align: center;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #BBB207;
}

.line{
	border-top: solid #BBB207 1px;
	font-family: verdana;
	font-size: 11px;
	
}

.subline{
	border-top: dotted #003265 1px;
	font-family: verdana;
	font-size: 11px;
	
}

.content_layer{
	background-color: #00143F;
	background-image: url(../images/back_content.jpg);
	position: absolute;
	top: 125px;
	height: 438px;
	width: 585;
	overflow: auto;
	scrollbar-arrow-color: #BBB207;
	scrollbar-base-color: #002254;
	scrollbar-dark-shadow-color: #001a49;
	scrollbar-track-color: #00143E;
	scrollbar-3dlight-color: #00143F;
	scrollbar-highlight-color: #00143E;
}

img{
	border: 0;
}

/* Menu lay-out */

.frame_menu{
	background-image: url(../images/back_menu.jpg);
}

.menu_table{
	font-family: verdana;
	font-size: 11px;
	width: 110px;
}

.menu_button{
	
}	

/* Header lay-out */

.header_image{
	background-image: url(../images/back_header.jpg);
	font-family: verdana;
	font-size: 11px;
	color: #BBB207;
}

/* Form lay-out */

input{
	border: solid #BBB207 1px;
	font-family: verdana;
	font-size: 11px;
}

textarea{
	border: solid #BBB207 1px;
	font-family: verdana;
	font-size: 11px;
}

select{
	border: solid #BBB207 1px;
	font-family: verdana;
	font-size: 11px;
}

	
	