
@import url('menu.css');

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a	{
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
	color: #666;
}

td	{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

li	{
	margin-bottom: 1px;
	margin-top: 1px;
}

td.ex1nav	{
	background-image: url(../images/nav_background.gif);
	width: 165px;
}

table.tdbkdg	{
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

table.main	{
	height: 100%;
}

h4	{
	color: #f00;
}

h3	{
	color: #f00;
	font-size: 18px;
	line-height: 18px;
}

h5	{
	color: #f00;
	font-weight: bold;
}

.bigbot	{
	color: #f00;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

a.footer_design	{
	color:#999;
	font-size:10px;
}

a.footer_design:hover	{
	color: #666;
}

.services	{
	background-color: #f00;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px;
}

a.services	{
	color: #fff;
	text-decoration: none;
}


