/* CSS Document */


/**STANDARD TEXT**/

.text {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
}


/**COLORED TEXT**/

.textColor {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #ccff33;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
}
.textColor2 {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #f5f5f5;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
}


/**HEADLINE**/

.headline {
	font-family: "Tahoma";
	font-size: 14pt;
	line-height: 14pt;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
}
#tank {
	width: 870px;
	position: relative;
	z-index: 1;
	visibility: visible;
	padding: 1px 3px 3px;
	margin: 0px auto 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 1000px;
}
#head {
	width: 173px;
	position: relative;
	float: none;
	z-index: 3;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left 8px;
}
#menu {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F5F5F5;
	width: 170px;
	position: relative;
	float: left;
	z-index: 2;
	text-decoration: none;
	left: 8px;
	padding-top: 103px;
}
#content {
	font-family: "Tahoma";
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	float: left;
	z-index: 3;
	text-align: left;
	opacity: 0.9;
	left: -10px;
	text-decoration: none;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #000000;
}
#right {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F5F5F5;
	width: 188px;
	position: relative;
	float: right;
	z-index: 2;
	text-decoration: none;
	top: 3px;
	height: 600px;
	text-align: right;
}


/**LINKS**/

a:link {
	font-family: "Tahoma";
	font-size: 9pt;
	text-decoration: none;
	line-height: 13pt;
	font-weight: normal;
	text-transform: none;
	color: #787878;
} 
a:visited {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #787878;
	text-decoration: none;
	line-height: 13pt;
	font-weight: normal;
	text-transform: none;
} 
a:active {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #787878;
	text-decoration: none;
	line-height: 13pt;
	font-weight: normal;
	text-transform: none;
} 
a:hover {
	font-family: "Tahoma";
	font-size: 9pt;
	color: #f5f5f5;
	background: #000000;
	text-decoration: none;
	line-height: 13pt;
	font-weight: normal;
	text-transform: none;
}


/**LINKS MENU**/

a.menu:link {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
a.menu:visited {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #c0c0c0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
a.menu:active {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
a.menu:hover {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background: #ccff33;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/**LINKS SUBMENU**/

a.submenu:link {
	font-family: "Tahoma";
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f5f5f5;
} 
a.submenu:visited {
	font-family: "Tahoma";
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #c0c0c0;
} 
a.submenu:active {
	font-family: "Tahoma";
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f5f5f5;
} 
a.submenu:hover {
	font-family: "Tahoma";
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background: #ccff33;
}


/**MENU POINTS**/

.small-dots {
	font-family: "Times New Roman";
	font-size: 9px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
}
.small-dots01 {
	font-family: "Times New Roman";
	font-size: 9px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
.small-dots02 {
	font-family: "Times New Roman";
	font-size: 9px;
	line-height: 20px;
	color: #484848;
	text-decoration: none;
}
.small-dots03 {
	font-family: "Times New Roman";
	font-size: 9px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.small-dots04 {
	font-family: "Times New Roman";
	font-size: 9px;
	line-height: 20px;
	color: #1F1F1F;
	text-decoration: none;
}
.small-dots05 {
	font-family: "Times New Roman";
	font-size: 9px;
	line-height: 20px;
	color: #151515;
	text-decoration: none;
}
.small-dots-color {
	font-family: "Times New Roman";
	font-size: 9px;
	line-height: 20px;
	color: #CCFF33;
	text-decoration: none;
}


/**BACKGROUND**/

.background {
	margin: 0px;
	background-color: #000000;
}
#tank2 {
	width: 870px;
	position: relative;
	z-index: 1;
	visibility: visible;
	padding: 0px 3px 3px;
	margin: 0px auto 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 1000px;
}
#head2 {
	width: 700px;
	position: relative;
	float: none;
	z-index: 3;
	height: 49px;
	background-repeat: no-repeat;
	background-position: left 8px;
}

.BGstandard {
	margin: 1000px;
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
}
#content-start {
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 17px;
	color: #F5F5F5;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	float: left;
	z-index: 3;
	padding: 1px 0px 0px;
	text-align: left;
	left: -10px;
	text-decoration: none;
	opacity: 0.9;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #000000;
}
#content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	float: left;
	z-index: 3;
	text-align: left;
	left: 10px;
	text-decoration: none;
}
