
/*HTML styles */

body {
	background-color: #020085 ;
	margin: 0px ;	
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

body, p, li, div, td {
	line-height: 18px;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #020085 ;	
	margin-top: 0px ;
	line-height: 26px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 22px ;
	color: #020085 ;
	margin-top: 0px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #020085 ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	border-left: 1px solid #616161 ;
	border-right: 1px solid #000000 ;
	color: #ffffff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	text-align: center ;
	padding: 7px 10px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
}

#content {
	padding: 15px ;
	padding-bottom: 0px ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
	white-space: nowrap ;
}

a.link_white:hover {
	text-decoration: underline ;
}

p:first-child {
	margin-top: 0px ;
}

p:last-child {
	margin-bottom: 0px ;
}

a:link, a:hover {
	color: #020085 ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	text-decoration: none ;
}

hr {
	clear: both ;
	margin-bottom: 10px ;
}



div.blog {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.blog_title {
	font-weight: bold; 
	font-size: 13px;
}

div.blog_author {
	font-weight: bold;
	font-size: 11px; 
}

div.blog_date {
	font-style: italic;
	font-size: 11px; 
}

div.blog_link {
	text-align: right;
}

