body {
    font : normal 10px Verdana,Arial,Helvetica,sans-serif;
    margin : 0px;
    color : #000000;
  }

h1 {
    font : italic bold 18px Verdana,Arial,Helvetica,sans-serif;
    margin : 10px;
    color : #c00000;
  }

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #c00000;
    margin-top: 5px;
    margin-bottom: 5px;
  }

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #c00000;
  }

p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    text-indent: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
  }

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: center;
    vertical-align: top;
    empty-cells: show;
  }

ul {
    margin-left: 5px;
    padding-left: 5px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
  }

a:link, a:visited {
  font-family:     arial;
  font-weight:     bold;
  color:           #800000;
  text-decoration: none;
}

a:hover {
  font-family:     arial;
  font-weight:     bold;
  color:           #ff0000;
  text-decoration: underline;
}

a.menu:link, a.menu:visited {
  margin-left:     53px;
  font-family:     arial;
  font-weight:     bold;
  font-size:       10px;
  color:           #000000;
  text-decoration: none;
}

a.menu:hover {
  margin-left:     53px;
  font-family:     arial;
  font-weight:     bold;
  font-size:       10px;
  color:           #ff0000;
  text-decoration: underline;
}


/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Classic Theme
Author: Alexander Palmo
Version: 0.3.7.1

Description:
This the is the css theme for the Classic theme. You can use
this as a template for your own themes.

Also refer to user_style.php...
*/

/* Images */

img	{
	border: 0;
}

hr	
{
	color: #D9D9D9;
	background-color: #D9D9D9;
	height: 1px;
	border: 0px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */

.divider { margin: 20px 5px 15px 5px; }

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CC9;
	
	/* Standard. Readable */
	font-family: Arial, Helvetica, Sans-Serif;
	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

#header_image
{
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 14px;
	font-weight: bold;
}

div
{
	margin: 2px;
	padding: 2px;
	line-height: 14px; /* This is new */
}

div.blog_subject
{
        font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
        color: #666633; /* headline_txt_color */
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
}

div.blog_byline
{
        color: #999999; /* date_txt_color */
        font-size: 9px;
        margin-bottom: 5px;
}

div.blog_date
{
        font-weight: normal;
        color: #999;
        font-size: 9px;
        margin: 2px 0px 5px 0px;
}

div.blog_categories
{
        font-weight: normal;
        color: #999;
        font-size: 9px;
        margin: 2px 0px 10px 0px;
}

#sidebar
{
	padding: 0px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#sidebar .divider {
	margin: 0px 0px 0px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: center;
	clear: both;
}

#TooltipContainer {
    align:               center;
    font-size:           inherit;
    color:               #ffffff;
    background-color:    #ffffff;
    position:            absolute;
    z-index:             99;
    width:               auto;
    height:              auto;
    overflow:            auto;
    visibility:          hidden;
    border:              1px solid #333333;
    padding:             0px;
    filter:              progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    -moz-opacity:        0.95;
    opacity:             0.95;
}