/**********************************************************************************
* FILENAME:     style.css
* FILE VERSION: 1.0.0
* CREATED:      Huly 19, 2006
* AUTHOR:       Mate Varga
* BY:           IOBURST Software
* COPYRIGHT:    Copyright (C) 2006 By IOBURST Software
**********************************************************************************/

body,td,th
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body{background-color: #21567c;}

a:link
{
	color: #003366;
	text-decoration: none;
}
a:visited  {text-decoration: none;}
a:hover
{
	text-decoration: underline;
	color: #006699;
}
a:active{text-decoration: none;}
a{font-size: 12px;}

.banner
{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

.content_border
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbfbf;
}

.contentbox_bottom
{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #a161d3;
}

.content_background
{
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.subtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4c7592;
}

.submenu a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8C8C8;
}

.submenu a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8C8C8;
	text-decoration:underline;
}
