@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 180%;
}
body {
	background-color: #555555;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:link, a:visited, a:active {
color: #000099;
}

a:hover {
color: #990000;
}


.footer {
font-size: 12px;
color: #999999;
padding-bottom: 90px;
}

.footer a, .footer a:link, .footer:active, .footer:visited {
color: #dddddd;
}

.footer a:hover {
color: #ffffff;
}

.menu {

padding-bottom: 7px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #e2e2e2;

}

.menu a, .menu a:link, .menu a:visited, .menu:active {

text-decoration: none;
color: #e2e2e2;
}

.menu a:hover {

text-decoration: underline;
color: #ffffff;

}

.page-shadow {
background: url(img/page-shadow.gif);
background-repeat: repeat-x;
}

.content-border {
border: 1px solid #000;
background-color: #ffffff;
}

.content {
padding-left: 14px;
padding-right: 14px;
}

.date {
border-bottom: 1px solid #cccccc;
}

.blog-title {
font-size: 20px;
padding-top: 20px;
color: #000000;
font-weight: bold;
}

.blog-post {
padding-left: 15px;
padding-right: 15px;
}

.blog-details {
font-size: 12px;
padding-bottom: 10px;
}

.box a, .box a:link, .box a:visited, .box a:active {

color: #ffffff;
text-decoration: underline;

}

.box a:hover {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}