﻿/* CSS Document */

body 
{ 
	margin: 0px;
	background-color: #636363;
	background-repeat: no-repeat;
	color:#ffffff;
	font-size: 10px;
}


table {
		font-size: 15px;
		font-family:Arial, Helvetica, sans-serif;
	}


.header {
        font-size: 30pt;
		color: #ffffff;
		font-weight: bold;
		margin-right:500px
	}
	
.content
{
	padding-left:20px;
	margin-left: 40px;
}

.homecontent
{
	font-size:10px;
}






.mySilverText
{
font-size: 7pt;
color: #999;
font-style: italic;
font-weight: bold;
}

















input {
		color: #d15eae;
		padding: 2px;
	}

select {
		color: #d15eae;
		padding: 2px;
	}


textarea.myTextArea {
		font-size: 12px;
		color: #d15eae;
	}




textarea {
		font-size: 10px;
		font-family:Arial, Helvetica, sans-serif;
		color: #0d3f5a;
	}
	
	
	
	
.containertablebg
{ 
background-color: #ffffff;
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
border: 1px solid #ccc;
}

.maintablebg
{ 
background-color: #3f3d3e;
background-image: url('../images/main-table-bg2.jpg');
height:324px;
background-repeat: no-repeat;
}


.midfill
{ 
background-color: #000000;
background-image: url('../images/mid-fill-bg.jpg');
background-repeat: no-repeat;
}

.footerbg
{ 
background-color: #000000;
background-image: url('../images/footer-img.jpg');
background-repeat: no-repeat;
}

.bluebold {
	color: #2EA8DE;
}

.blue {
	color: #2EA8DE;
}


.red {
	color: #E71689;
}

.yellow {
	color: #FFFF00;
}

a:link, a:active, a:visited {
		color: #2EA8DE;
		text-decoration: underline;
	}
	
a:hover {
		color: #2277a3;
	}
	
a.footer:link, a.footer:active, a.footer:visited {
		color: #ffffff;
		text-decoration: underline;
	}

a.footer:hover {
		color: #e2e2e2;
	}
