﻿<!--
a:link				{ text-decoration: underline; color: #8C8C8C; font-size: 11px; }
a:visited			{ text-decoration: underline; color: #8C8C8C; font-size: 11px; }
a:hover				{ text-decoration: underline; color: #FFFFCC; font-size: 11px; }

a.box_title:link	{ text-decoration: none; color: #000000; font-size: 11px; font-weight: bold; }
a.box_title:visited	{ text-decoration: none; color: #000000; font-size: 11px; font-weight: bold; }
a.box_title:hover	{ text-decoration: underline; color: #660000; font-size: 11px; font-weight: bold; }

a.box_more:link		{ text-decoration: underline; color: #000000; font-size: 10px; font-weight: bold; }
a.box_more:visited	{ text-decoration: underline; color: #000000; font-size: 10px; font-weight: bold; }
a.box_more:hover	{ text-decoration: underline; color: #660000; font-size: 10px; font-weight: bold; }

body				{
					background-color: #FFFFFF;
					background-image: url('images/bg.jpg');
					background-repeat: no-repeat;
					margin-left: 25px;
					margin-top: 25px;
					margin-right: 25px;
					margin-bottom: 25px;
					}
p					{ font-family: Verdana, Arial, Helvetica, Sans-serif; color: #8C8C8C; font-size: 11px; line-height: 140%; }
td					{ font-family: Verdana, Arial, Helvetica, Sans-serif; color: #8C8C8C; font-size: 11px; line-height: 140%; }
h1					{ font-family: Verdana, Arial, Helvetica, Sans-serif; color: #8C8C8C; font-size: 22px; font-weight: normal; line-height: 100%; }

.box_header			{ font-family: Verdana, Arial, Helvetica, Sans-serif; color: #8C8C8C; font-size: 16px; line-height: 120%; }
.box_author			{ font-family: Verdana, Arial, Helvetica, Sans-serif; color: #F58515; font-size: 10px; font-weight: bold; }
.box_desc			{ font-family: Verdana, Arial, Helvetica, Sans-serif; color: #000000; font-size: 10px; }

.footer				{ font-family: Verdana, Arial, Helvetica, Sans-serif; color: #C8C8C8; font-size: 9px; }
-->