body {
	background-color: #FFF;
	background-image: url(../background.jpg);
	background-repeat: repeat-y;
}
body,td,th {
	font-size: 100%;
	color: #FFF;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {font-size:1.5em;}
h2 {font-size:1.1em;}
h3 {font-size:1.0em;}
h4 {font-size:0.75em;}
h5 {font-size:0.65em;}
p {font-size:0.8em;}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

.addthis_toolbox .two_column 
{
    width: 216px;
    padding: 10px 0 10px 0px;
    border: 0px solid #eee;
	font-size:0.8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .two_column a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    width: 66px;
    display: block;
    text-decoration: none;
    color: #FFF;
}

.addthis_toolbox .two_column a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #69F;
    text-decoration: none;
}

.addthis_toolbox .two_column span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .two_column  .top
{
    padding: 0 0 10px 0;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    margin: 0 20px 10px 20px;
}

.addthis_toolbox .two_column  .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 20px 0 20px;
    text-align: center;
}

.addthis_toolbox .two_column  .more a
{
    padding: 4px 0;
    width: auto;
}

.addthis_toolbox .two_column .more span
{
    display: none;
}

.addthis_toolbox .two_column .column1
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .column2
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .clear
{
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
}
.TimeStamp {
	font-size: 0.8em;
	color: #69F;
	font-weight: bold;
}
.H1-blue {
	font-size: 1.5em;
	font-weight: bold;
	color: #69F;
}
.StandardBlue {
	font-size: 100%;
	color: #69F;
	font-style: normal;
}

.StandardBlue2 {
	font-size: 100%;
	color: #69F;
	font-style: normal;
}

.H2-blue {
	font-size: 1.1em;
	font-weight: bold;
	color: #69F;
}
.BlackText {
	color: #000;
}

