/*************************************
 *
 * #FFE400 Main Yellow
 * #FFF179 Middle Yellow
 * #FFF8B9 Light Yellow
 *
 *************************************/

BODY {
	
}
A:link {
	COLOR: DarkSlateGray; TEXT-DECORATION: underline
}
A:visited {
	COLOR: DarkSlateGray; TEXT-DECORATION: underline
}
H1 {
	COLOR: DarkSlateGray
}
H2 {
	COLOR: DarkSlateGray
}
H3 {
	COLOR: DarkSlateGray
}
H4 {
	COLOR: DarkSlateGray
}
H5 {
	COLOR: DarkSlateGray
}
H6 {
	COLOR: DarkSlateGray
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; FONT-FAMILY: Book Antiqua;
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; FONT-FAMILY: Book Antiqua, Century Gothic, Arial, Verdana; 
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Book Antiqua, Arial, Verdana; 
}
H2.B {
	COLOR: AntiqueWhite
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: blue; FONT-FAMILY: Arial, Verdana; 
}
.text {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: DarkSlateGray; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: left
}
.exampletext {
	border-style:solid; border-width:1px; FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #2F4F4F; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: left; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#FFFFCC
}
.btext {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: DarkSlateGray; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: left
}
.ctext {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: DarkSlateGray; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: left
}
.rtext {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: DarkSlateGray; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: left
}
.btext {
	COLOR: AntiqueWhite
}
.rtext {
	TEXT-ALIGN: right
}
.ctext {
	TEXT-ALIGN: center
}
.navigate {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: left
}
.quote {
	FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: DarkSlateGray; FONT-FAMILY: Haettenschweiler, Times New Roman; TEXT-ALIGN: center
}
.logo-block
{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

.title-block
{
	margin-left: 160px;
	margin-top: 30px;
}

.title-contact
{
	float: right;
	margin-top: 30px;
	width: 150px;
	margin-left: 5px;
	FONT-SIZE: 10px;
}

.content-block
{
	margin-left: 160px;
	/*width: 450px; */
}

.header-block
{
	float: left;
	width: 100%;
/*	height: 130px;*/
	margin: 0px auto;
	background-image: url('../images/top-strip.gif');
    background-repeat: repeat-x;
    background-position-y:50%
}

/* the left hand navigation bar */
.navi-block
{
	float: left;
	margin: 0px 0px 0px 5px;
}

/* items on the bar the buttons */
.navbar
{
	color: #2F4F4F;
	font-family: Arial;
	text-decoration: none;
	height: 20px;
	width: 130px;
	vertical-align: middle;
	border: 1px solid #000000;
	line-height: 1.2; font-size:8pt
}

.nav-link
{
	color: DarkSlateGray !important;
}

.right-pane
{
	float: right;
	width: 150px;
	margin-left: 5px;
}

.right-block-header
{
	width: 100%;
	background-color: #FFE400;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: 800;
}

.right-blocker
{
	border: 2px solid #FFE400;
	float: right;
	margin-left: 740 auto;
	width: 155px;
	padding-bottom: 10px;
	text-align: center;
}

.right-inner
{
	padding: 3px;
}

.code
{
	font-family: Courier New; color:#000000; 
}

.code-keyword
{
	font-family: Courier New;
	color:Blue;
}
.code-type
{
	font-family: Courier New;
	color:Teal;
}