@charset "utf-8";

body {}

html body, html p, html table, html td
{
	font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

html h1
{
	font:bold 16px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#0d358f;
	
}

html h2
{
	font:normal 14px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	
}

/* Blog */

a.trackbackUrl, 
a.trackbackUrl:link,
a.trackbackUrl:visited,
a.trackbackUrl:hover,
a.trackbackUrl:active
{
	background:#EEEEEE none repeat scroll 0% 0%;
	border:1px solid black;
	color:#333333;
	padding:2px;
	text-decoration:none;
}

a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#000000; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #000000;
}

html div.hr
{
	border-bottom-style:solid;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height: 1px;
}