/* CSS Document  -rom */

/* General Styles */

body {
	margin: 0;
	padding: 0;
	font: normal 10pt/16pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}


img	{
	text-align:center;
	}

	

/* Header */
#header {
	background: #339999;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size:36px;
	font-family:"Arial Black", sans-serif;
	color:#000000;	
	}
	
#header td {
	background: #339999;
	text-align:center;	
	}


	
	
/* table */

table {
	margin: 0;
	padding: 0;
	}

td	{
	text-align:center;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	}



/*  links  */
a.hover	{
	background-color:#9999CC;
	}
	
a.visited	{
	color:#660099;
	}
	
	
	
/* font styles */	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

p_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	letter-spacing: 0;
	text-align: left;
	color: #000000;
	}


p_small	{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: left;
	}

p_smallcenter	{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
	}

h1 {
	text-align:left;
	font-family:"Arial Black", sans-serif;
	font-size:36pt;
	line-height:normal;
	color:#339999;
	margin: 0px;
	padding:0px;
	}

h2	{
	text-align:left;
	font-family:"Arial Black", sans-serif;
	font-size:24pt;
	line-height:normal;
	color:#000000;
	margin: 0px;
	padding:0px;
	line-height:normal;
	}

h3	{
	text-align:left;
	font-family:"Arial Black", sans-serif;
	font-size:18px;
	line-height:normal;
	color:#000000;
	margin: 0px;
	padding:0px;
	border-bottom-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#000000;
	}

h4 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height:normal;
	color: #000000;
	margin: 0px;
	}

h5 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height:normal;
	color: #000000;
	margin: 0px;
	}

h6	{
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height:normal;
	color: #000000;
	margin: 0px;
	}



/*  ###############    CLASSES   ##################   */

/* position */
.center	{
	text-align:center;
	}
	
.left	{
	text-align:left;
	}

.right	{
	text-align:right;
	}

.narrow	{
	font-family: "Arial Narrow", sans-serif;
	}

.narrowctr	{
	font-family: "Arial Narrow", sans-serif;
	}

.narrow_blk	{
	font-family: "Arial Narrow", sans-serif;
	color:#000000;
	}

.narrow_blkctr	{
	font-family: "Arial Narrow", sans-serif;
	color:#000000;
	}

.normal	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	}

.small	{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	}

.smallctr	{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align:center;
	}



/* color  */
.black	{
	color: #000000;
	text-align:left;
	}

.blackctr	{
	color: #000000;
	text-align:center;
	}

.blue {	
	color:#3366CC;
	font-weight:normal;
	}
	
.bluectr {	
	color:#3366CC;
	text-align: center;
	}

.brown	{
	color:#663300;
	text-align:left;
	}

.brownctr	{
	color:#663300;
	text-align:center;
	}

.green	{
	color:##00746B;
	text-align: left;
	}

.greenctr	{
	color:##00746B;
	text-align: center;
	}

.pink	{
	color:#FF00FF;
	text-align: left;
	}

.pinkctr	{
	color:#FF00FF;
	text-align: center;
	}

.pink1	{
	color:#cc33ff;
}

.pink1ctr	{
	color:#cc33ff;
	text-align:center;
}

.red	{
	color:#FF0000;
	text-align:left;
	}

.redctr	{
	color:#FF0000;
	text-align:center;
	}


.rust	{
	color:#800000;
	text-align: left;
	}

.rustctr	{
	color:#800000;
	text-align: center;
	}

.teal	{
	color:#006699;
	text-align:left;
	}

.tealctr	{
	color:#006699;
	text-align:center;
	}

.white	{
	color:#FFFFFF;
	text-align:left;
	}

.whitectr	{
	color:#FFFFFF;
	text-align:center;
	}
