﻿a.blog_title, a.blog_title:visited, a.blog_title:hover
{
	color: #0070c0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	 text-align: left;
}

a.blog_title:hover
{
	color: black;
}

.code_sample
{
	font-family: courier;	
	font-size: 9pt;
}

.blog_text
{
	color: #000000;
	font-size: 11px;
}

.blog_bold
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

.blog_blue
{
	color: #0070c0;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.blog_recent_blue
{
	color: #0070c0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.txtbox
{
	width: 200px;
}

.blog_cmt_done
{
	color: #0070c0;
	font-size: 12px;
	font-weight: bold;
}

#blog_content
{
	position: absolute;
	top: 15px;
	left: 140px;
	z-index: 5;
	
	border: solid 1px gainsboro;
}




.link_button
{
	width: 95px;
	height: 21px;	
	margin: 0px 0px 0px 0px;
	background: url(/images/button_small.gif) left center no-repeat;
	cursor: hand;
	text-align: center;
	color: #000000;
}


a.link_text:active
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
a.link_text:link
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
a.link_text:visited
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
a.link_text:hover
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
}



a.HeaderLink:active
{
	padding: 4px 2px 4px 7px;
	font-weight: bold;
	color: White;
	background-color: #77933c;
	text-transform: uppercase;
}
a.HeaderLink:link
{
	padding: 4px 2px 4px 7px;
	font-weight: bold;
	color: White;
	background-color: #77933c;
	text-transform: uppercase;
}
a.HeaderLink:visited
{
	padding: 4px 2px 4px 7px;
	font-weight: bold;
	color: White;
	background-color: #77933c;
	text-transform: uppercase;
}
a.HeaderLink:hover
{
	padding: 4px 2px 4px 7px;
	font-weight: bold;
	color: White;
	background-color: #77933c;
	text-transform: uppercase;
}