/* CSS Document */

body	{font-size: 12pt;
		font-family: "Arial Narrow", "Arial";
		color: #666666;
		border-style: none;
		text-align: justify;
		vertical-align: middle;
		margin-top:50px;
		background-image: url(images/general/background.jpg);
		background-repeat: no-repeat;
		background-position: top right;}
		
p		{padding-left:15px;
		padding-right:15px;
		text-align:justify;
		color:#666666}
	
table	{border-color:#CCCCCC;
		border-style:ridge;
		border-spacing:0px;
		padding:0;
		spacing:0;
		width:75%;
		background-color:#ecfaff;}
				
h1		{font: 18pt Arial;
		font-weight: bold;
		text-align: justify;}
		
h2		{font: 16pt Arial;
		font-weight: bold;
		text-align:justify;}

h3		{font: 14pt Arial;
		font-weight: bold;
		text-align:justify;}

h4		{font: 14pt Verdana;
		font-weight: bold;
		text-align:left;}
		
h5		{font: 14pt Trebuchet MS, Helvetica;
		font-weight: bold;
		font-variant:small-caps;
		font-effect:emboss;
		margin:0;
		padding:0;
		text-decoration:none;
		text-align:center;}

a:link{color:#3399FF;
		text-decoration:none;
		font-weight:bold;}
a:visited{color:#333399;
		text-decoration:none;
		font-weight:bold;}
a:active{color:#660099;
		text-decoration:none;
		font-weight:bold;}
