/* CSS Created by McoreD 
 * CSS Level 2.1
 * Version 1.1.0 
 * Enhanced using TopStyle Pro 3.1.0
 */

/******************/
/* Basic Elements */
/******************/

.centertable { 
margin-left: auto; 
margin-right: auto; 
}

.centertext
{
text-align:center;
}

body

{

	/*font-size:12pt;*/
	/*color: black;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	
	/*border-bottom-color: green;
	border-bottom-style: solid;*/
	background: url(images/grgradleft.gif) repeat-y; 
	
	
}

td

{
	font-size:12pt;
	color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(images/grgradleft.gif) repeat-y; 
	text-align:center;
	
}

a:link { 
	font-weight:bold; 
	text-decoration:none; 
	color: green;
	}
	
	/* Already Visited Links */
	
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #777777;
	}
a:hover, a:active {

	text-decoration: none;
	background-color:#FFFF00;
	color: black;
	}
	
.version
{ 
	color: red;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align:center;
	background-color:#CCFF00;
}

.imagelabel
{
	text-decoration: none;
	color:green;
	background-color:yellow;
	text-align:center;

}

.textright
{
	text-align:right;
}


 .imageright { 
 
 	float: right; 
     display: block;
	border-style:solid;
	border-color:green;
	border-width:thin;
	
 }
 

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-style:solid;
	border-color:green;
	border-width:thin;
	}
	

	/* Title 1*/
.title
{
	color: white; /*#7D775C;*/
	text-align:center;
	font-weight: bold;
	font-style: normal;
	font-size: 20pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#CC0000;

}


	/* Heading 1*/
h1
{
	color: white; /*#7D775C;*/
	text-align:center;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:green;

}
	/* Heading 2*/
h2
{
	color: #880000;
	background-color:#FFCC33;
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;

}
	/* Heading 3*/
h3
{
	color:#555555;
	font-size:14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#DDDDDD;
}

.warning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

