/*
 Author Attila Domokos, CWG
07/27/01
*/

/*Main*/
BODY
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}


/*link styles*/

A.menu
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.menu:link
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.menu:active
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.menu:visited
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.menu:hover
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #FFCC66;
	text-align : center;
	letter-spacing : 2px;
}

A.home
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : 993300;
	text-align : center;
	letter-spacing : 1px;
}

A.home:link
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : 993300;
	text-align : center;
	letter-spacing : 1px;
}

A.home:active
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : 993300;
	text-align : center;
	letter-spacing : 1px;
}

A.home:visited
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : 993300;
	text-align : center;
	letter-spacing : 1px;
}

A.home:hover
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #0000FF;
	text-align : center;
	letter-spacing : 1px;
}

A.submenu
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.submenu:link
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.submenu:active
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.submenu:visited
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : White;
	text-align : center;
	letter-spacing : 2px;
}

A.submenu:hover
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #FFCC66;
	text-align : center;
	letter-spacing : 2px;
}


A.mainpro
{	
	text-decoration : none;
	color : Blue;	
}

A.mainpro:link
{	
	text-decoration : none;
	color : Blue;	
}

A.mainpro:active
{	
	text-decoration : none;
	color : Blue;	
}

A.mainpro:visited
{	
	text-decoration : none;
	color : Blue;	
}

A.mainpro:hover
{
	text-decoration : underline;
	color : Blue;
}

A.mailtolink {
	text-decoration: none;
}

A.mailtolink:link{
	text-decoration	: none;
	color: blue;
}


A.mailtolink:visited{
	text-decoration	: none;
	color: blue;
}

A.mailtolink:active{
	text-decoration	: none;
	color: blue;
}

A.mailtolink:hover{
	text-decoration	: none;
	color: red;
}

A.proserviceon
{
	text-decoration : none;
	color : Maroon;
}

A.proserviceon:link
{	
	text-decoration : none;
	color : Maroon;	
}

A.proserviceon:active
{	
	text-decoration : none;
	color : Maroon;	
}

A.proserviceon:visited
{	
	text-decoration : none;
	color : Maroon;	
}

A.proserviceon:hover
{
	text-decoration : underline;
	color : Maroon;
}


A.proservice
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color :#006699;
}

A.proservice:link
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color :#006699;
}

A.proservice:active
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color :#006699;
}

A.proservice:visited
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color :#006699;
}

A.proservice:hover
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color : Blue;
}


/*table style*/

td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td.listmain
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
}

td.text
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	vertical-align:top;
	padding-left : 15px;
	padding-right : 15px;
}

td.rights
{
	text-align: center;
	vertical-align: bottom;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
}

td.newsmenu
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	padding-left : 6px;
	padding-right : 6px;
}

/*form table*/

td.title
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-align : center;
	background-color:000000;
	color:FFFFFF;
	letter-spacing: 2px;
}

td.label
{
	background-color:0099AA;
	color: FFFFFF;
	text-align : right;
	font-weight:bold;
}

td.question
{
	font-size:13px;
	background-color: 006699;
	color:FFFFFF;
}

td.input
{
	background-color:AACCFF;
	text-align:center;
}

td.inputrfq
{
	background-color: AACCFF;
	text-align: left;
}

td.submit
{
	background-color:000000;
	color: FFFFFF;
	text-align:center;
}

/*table style*/

table.outer
{
	background-color:  FFFFFF;
	border-width: 2px;
	border-color: 000000;
}

table.inner
{
	background-color:  FFFFFF;
}

/*form style*/
input 
{
	font-family:arial;
	font-size:12px; 
}

input.text
{
	border-width:1px;
	border-color: 000000;
}

input.button
{
	font-size:10px;
	color:990000;
}

select.select
{
	border-width:0px;
}

textarea.textarea
{
	border-width: 1px;
	border-color: 000000;
}

/*Paragraph*/


