/* DEFAULT ELEMENTS */

body {
	background-color: white;
	font-family: Verdana;
	font-size: 12pt;
	}

h1 {
	font-family: Verdana; 
	font-size: 36pt; 
	font-weight: bold; 
	text-align: left;
	margin-top: 0px; 
	margin-bottom: 0;
	}

h2	{	
	font-family: Verdana; 
	font-size: 24pt; 
	font-weight: bold; 
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 30px;
	}

h3	{
 	font-family: Verdana; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center;
	}
	
h5	{
 	font-family: Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: left;
	margin-top: 20px; 
	margin-bottom: 10px;
	}


a:link, a:visited {
	color: black;
	text-decoration: underline;
	}

/* CLASSES ***********************************************************************************************************************/

p.contact1 {
	margin-top: 1px; 
	margin-bottom: 5px;
	}

p.contact2 {
	margin-top: 1px; 
	margin-bottom: 20px;
	}
	
p.links1 {
	margin-top: 1px; 
	margin-bottom: 5px;
	}

p.links2 {
	margin-top: 1px; 
	margin-bottom: 20px;
	font-size:10pt;
	margin-right: 40%;
	}
	
p.rounds {
	margin-top: 1px; 
	margin-bottom: 0px;
	font-size:10pt;
	}

p.small {
	font-size:10pt;
	}
	
p.footer {
 	font-family: Verdana; 
	font-size: 10pt; 
	text-align: left; 
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p.menu	{
 	font-family: Verdana; 
	font-size: 12pt; 
	text-align: left; 
	margin-top: 15px;
	margin-bottom: 3px;
	text-decoration: underline;
	}
	
p.menu2	{
 	font-family: Verdana; 
	font-size: 10pt; 
	text-align: left; 
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: underline;
	
	margin-left: 15px
	}

p.fckeditor	{
	margin-right: 200px;
	margin-top: 20px; 
	margin-bottom: 20px;
	}


/* DIV ELEMENTS ***********************************************************************************************************************/

#frame {
	width: 900px;
	margin: auto;
	border: 1px black solid;
	background-color: green;
	padding: 0px 5px 0px 5px;
	
	background-image:url(back_image.gif);
	background-repeat:repeat-y;

	}

#title {
	height: 92px;	
	background-color: #A8FFA8;
	padding: 5px;

	border-top:5px solid green;
	border-bottom:5px solid green;

	}

	
#main {           /*Container of Menu and Content*/
	}

#menu {
	float:left;
	padding: 5px;
	width:155px;
	}
 
#content {
	float:right;
	padding: 5px;
	width:715px;
	}
	
#footer {
	clear: both;
	height: 35px;
	background-color: #A8FFA8;
	font-size:10pt;
	padding: 3px;
	
		
	border-top:5px solid green;
	border-bottom:5px solid green;
	}
	
	
/* TABLES ***********************************************************************************************************************/

table {
	font-family: Verdana; 
	font-size: 12pt; 
	text-align: left;
	
	border:0px;
	
	width:100%;
	margin-left:0%; 
	margin-right:0%;
	}
	
table.border {
	font-family: Verdana; 
	font-size: 12pt; 
	text-align: left;
	
	width:100%;
	margin-left:0%; 
	margin-right:0%;
	
	border-collapse: collapse;
	}

	
tr.top td {
	font-weight: bold;
	text-align:center;
	}
	
tr.downadmin {
	font-size: 10pt;
	}
	
td {
	vertical-align: top;
	border: 0px;
	padding: 5px;
	}

td.border {
	vertical-align: top;
	border-bottom:1px solid #000000;
	padding: 5px;
	}
	
td.border2 {
	vertical-align: top;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	padding: 5px;
	}

td.records1 {
	text-indent: 30px;
	}

td.sales1 {
	width:50%;
	}

td.sales2 {
	width:50%;
	}

table.title {

	border-collapse: collapse;
	border:0px solid;
	
	width:100%;
	margin-left:0px; 
	margin-right:0px
	}

td.title1{
	width:92px;
	border:0px solid #000000;
	padding:0px;
}

td.title2{
	border:0px solid #000000;
	padding:0px;
}

table.login {

	border-collapse: collapse;
	border:0px solid;
	
	width:60%;
	margin-left:25%; 
	margin-right:25%
	}