@charset "UTF-8";
/* CSS Document */

body {
  background-color: #2E3192;
/*	background: #8D8467 url(../graphics/granitebkg.jpg); */
	margin: 0px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000; 
}

select {white-space:nowrap;}
p, div, span, td { line-height: 1.4em;}

input,select,textarea {color: #000; padding:1px; font:12px Arial, sans-serif; background:#FFF;}

a { color: #2E3192; text-decoration: none; font-weight: bold; font-size: 13px;}
a:visited {color: #2E3192;}
a:hover {color: #FF9900;  text-decoration: none; font-weight: bold;}


#linksMenu {
	display: inline-block;
	text-align:center;
}

#linksMenu a, #linksMenu a:visited, #linksMenu a:active
{
		color: #FFF; 
		background-image: url(../graphics/butbkg.gif);
		text-decoration: none; 
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: bold;
		padding: 7px 34px;
    text-align: center;    
		border-left: #484BC6 1px solid;
	  border-right: #2E3192 1px solid;
}


#linksMenu a:hover
{
		color: #F3BF41;
		background-image: url(../graphics/butbkg_over.gif);
}

.style1 {font-weight:bold; margin: 10px; font-size: 13px;}

.style2 {	
	color: #1A202E;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;

}

.style3 {	
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	margin-top: 24px;
	font-family: "Times New Roman", Times, serif;
}

.style3new {	
	color: #2E3192;
	font-size: 16px;
	font-style: italic;
	margin-top: 24px;
	font-family: "Times New Roman", Times, serif;
}

.style4 {font-size: 11px}


