﻿.spiffy
{
	display: block;
}
.spiffy *
{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #F7E9E9;
}
.spiffy1
{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #8b8383;
	border-right: 1px solid #8b8383;
	background: #c7bcbc;
}
.spiffy2
{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #4c4848;
	border-right: 1px solid #4c4848;
	background: #d3c7c7;
}
.spiffy3
{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #d3c7c7;
	border-right: 1px solid #d3c7c7;
}
.spiffy4
{
	border-left: 1px solid #8b8383;
	border-right: 1px solid #8b8383;
}
.spiffy5
{
	border-left: 1px solid #c7bcbc;
	border-right: 1px solid #c7bcbc;
}
.spiffyfg
{
	background: #F7E9E9;
}




.style7
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	clip: rect(5px,5px,5px,5px);
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}
.style8
{
	font-family: Arial, Helvetica, sans-serif;
}
.samplecode
{
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	clip: rect(5px,5px,5px,5px);
}
.table
{
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
body
{
	background-color: #898a8b;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-attachment: fixed;
}


.style12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style14
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rgtboard
{
	padding-right: 1px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #000000;
}
.style17
{
	padding-right: 1px;
	font-size: 12px;
}
.leftboard
{
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #000000;
}
.style19
{
	font-family: "Courier New" , Courier, monospace, "Bradley Hand ITC";
}
.style20
{
	font-family: "Courier New" , Courier, monospace, "Bradley Hand ITC";
	font-weight: bold;
	font-size: 18px;
}

.menulinks
{
	font-weight: bold;
	font-size: 10pt;
		
	color: lightslategray;	
	font-style: italic;
	font-family: Tahoma, Arial;
	font-variant: normal;
	text-decoration: none;
	background-color: #cccccc;
}
#menulinks a
{
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	color: darkcyan;
	font-style: normal;
	font-family: callibri;
	font-variant: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#menulinks a:hover
{
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	color: #ff3333;
	font-style: normal;
	font-family: callibri;
	background-color: transparent;
	font-variant: normal;
	text-decoration: none;
}


div#nifty, div#nifty1
{
	margin: 0 10%;
	background: #D2CFA6;
}

b.rtop, b.rbottom
{
	display: block;
	background: #FFF;
}
b.rtop b, b.rbottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #D2CFA6;
}
b.r1
{
	margin: 0 5px;
}
b.r2
{
	margin: 0 3px;
}
b.r3
{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px;
}




.arrowlistmenu
{
	width: 96%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader
{
	/*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Tahoma,Arial;
	color: white; /*bottom spacing between header and rest of content*/
	 /*padding: 4px 0 4px 10px; header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-position: left center;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #03648a;
	height: 21px;
	text-align: center;
	
	text-align: left;
	padding-left: 2px;
}

.arrowlistmenu .openheader
{
	/*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.png);
}

.arrowlistmenu ul
{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	color: #0099cc;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	text-align: left;
}

.arrowlistmenu ul li a:visited
{
	color: #0099cc;
}

.arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}
#selection
{
	text-align: center;
}

#Div4 a
{
	text-decoration: none;
	color: White;
}

#Div4 a:visited
{
	color: White;
}

#Div4 a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#Div4 a:active
{
	color: White;
}
#tablelinks a
{
	font-weight: normal;
	font-size: 11px;
	color: #5c5c5c;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
	text-decoration: none;
}
#tablelinks a:visited
{
}
#tablelinks a:hover
{
	color: #03648a;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
#tablelinks a:active
{
	color: #03648a;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#tablelinks1 a
{
	font-weight: normal;
	font-size: 11px;
	color: #5c5c5c;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
	text-decoration: none;
}
#tablelinks1 a:visited
{
}
#tablelinks1 a:hover
{
	color: #03648a;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
#tablelinks1 a:active
{
	color: #03648a;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

.style1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}
.style3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #08391f;
	font-size: 8pt;
}
.style3a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8.5pt;
}
.style2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}
a:link
{
	color: #333333;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
.style4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
}
.style4a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0095d9;
	font-size: 20px;
}
.style4b
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0095d9;
	font-size: 16px;
}
.style5
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}
