.Headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393A3C;
	font-weight: bold;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.Text:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Text:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Text:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Text:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38393B;
	font-weight: bold;
	text-decoration: none;
}
.Menu:link {
	color: #38393B;
	text-decoration: none;
}
.Menu:visited {
	color: #38393B;
	text-decoration: none;
}
.Menu:hover {
	color: #38393B;
	text-decoration: underline;
}
.Menu:active {
	color: #38393B;
	text-decoration: underline;
}
.Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.Links:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/blocks.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height: 17px;
}
.Links:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/blocks.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height: 17px;
}
.Links:hover {
	color: #FF7008;
	text-decoration: none;
}
.Links:active {
	color: #FF7008;
	text-decoration: none;
}
.Edit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
.Edit:link {
	color: #003399;
	text-decoration: none;
}
.Edit:visited {
	color: #003399;
	text-decoration: none;
}
.Edit:hover {
	color: #003399;
	text-decoration: none;
}
.Edit:active {
	color: #003399;
	text-decoration: none;
}
.Button {
	color: #000000; 
	background-color: #E3E3C7; 
	border-top : 1px solid; 
	border-bottom : 1px solid; 
	border-left : 1px solid; 
	border-right : 1px solid; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: bold;
}
.ColorButton {
	color: #000000; 
	background-color: #FF7008; 
	border-top : 1px solid; 
	border-bottom : 1px solid; 
	border-left : 1px solid; 
	border-right : 1px solid; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: bold;
}
.codeblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background: transparant; 
	white-space:wrap; 
	height: 510px; 
	width: 245px; 
	overflow: auto; 
	padding: 2px; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #C9C9C9;
	scrollbar-track-color: #C9C9C9;
	scrollbar-face-color: #393A3C;
	scrollbar-shadow-color: #393A3C;
	scrollbar-highlight-color: #393A3C;
	scrollbar-3dlight-color : #393A3C;
	scrollbar-darkshadow-color : #393A3C;
}
