﻿body 
{
	background:url(../images/background.gif);
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
}

h3
{
  color: #ad1029;
  font-family: georgia,verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 20px;
}
h2
{
  color: #ad1029;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
}

img
{
	border: none 0px #000000;
}


td.mast_bg
{
	background:url(../images/mast_center.gif);
	width:779px;
}
td.navbar
{
	border-bottom:1px solid #354e71;
	background-color:#c5cdd8;
}
td.content_left
{
	background: url(../images/content_left.gif);
	width:12px;
}
td.content_right
{
	background: url(../images/content_right.gif);
	width:12px;
}
td.main_content
{
	background-color:#ffffc6;
	width:793px;
	height:400px;
}
td.footer_bg
{
	background:url(../images/footer_center.gif);
	width:779px;
}

div.content
{
	padding:7px 7px 7px 20px;
	width:576px;
	padding-bottom:20px;
}
div.footer
{
	text-align:center;
	font-size:9px;
	padding-bottom:10px;
}



/* default links styles */
a:link { color: #ad1029; text-decoration: none;}		/* unvisited link */
a:visited { color: #ad1029; text-decoration: none;}		/* visited link */
a:hover { text-decoration: underline;}	/* mouse over link */
a:active { color: #ad1029; }		/* selected link */

/* milonic navigation links */
a.milonic:link { color: #c5cdd8; cursor:default; text-decoration: none; }		/* unvisited link */
a.milonic:visited { color: #c5cdd8; cursor:default; text-decoration: none; }		/* visited link */
a.milonic:hover {  color: #c5cdd8; cursor:default; text-decoration: none; }	/* mouse over link */
a.milonic:active { color: #c5cdd8; cursor:default; text-decoration: none; }		/* selected link */

/* footer links styles */
a.footer:link { color: #000000; text-decoration: none;}		/* unvisited link */
a.footer:visited { color: #000000; text-decoration: none;}		/* visited link */
a.footer:hover { text-decoration: underline;}	/* mouse over link */
a.footer:active { color: #0000ff; }		/* selected link */
