body 
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    background-color: #3c4349;
    color: #6f7478;
}

table {
 text-align: left;
}

.container 
{
	width: 900px;
	margin: auto;
}
a img {
   border: none;
}

.header 
{
	height: 30px;
	width: 100%;
	padding-top: 10px;
	text-align: right; 
	background-image: url('../images/logo.gif'); 
	background-repeat: no-repeat;
}

.rounded 
{
	margin: 0pt auto; 
	width: 100%; 
	/*background-image: url('../images/blackbg.png');*/
	background-repeat: repeat-x;
	background-color: #ffffff; 
	text-align: left; 
}

a 
{
    color: #6f7478;
    text-decoration: none;
}

a:hover 
{
    color: Red;
    text-decoration: underline;
}

strong 
{
    color: #3c4349;
}

strong a 
{
    color: #3c4349;
    text-decoration: none;
}

strong a:hover 
{
    color: Red;
    text-decoration: none;
}

.smalltext 
{
    font-size: 11px;
    color: #bec1c3;
}

.textbox 
{
    border: solid 1px #6f7478;
    width: 170px;
}

.copyright 
{
    font-size: 10px;
    margin-top: 2px;
}

.lighttext strong
{
    color: #bec1c3;
}

.lighttext 
{
    color: #bec1c3;
}

.disabledtext 
{
	color: #dfe2e3;
}

.lighttext a
{
    color: #bec1c3;
    text-decoration: none;
}

.lighttext a:hover
{
    color: #6f7478;
    text-decoration: none;
}

#mainmenu 
{
    margin-bottom: 5px;
    margin-right: 5px;
}

#mainmenu a 
{
    color: #ffffff;
    text-decoration: none;
}

#mainmenu a:hover 
{
	color: Red;
}

#mainmenu li
{
    display: inline;
    list-style: none;
    padding-left: 10px;
    color: #ffffff;
}

.title 
{
    font-size: 24px;
    color: #bec1c3;
    font-weight: bold;
    background-image: url(../images/line2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 287px;
    min-height: 30px;
    display: block;
}

.title2
{
    font-size: 24px;
    color: #bec1c3;
    font-weight: bold;
    background-image: url(../images/line3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: left;
    width: 900px;
    height: 30px;
    display: block;
}

.titlex
{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/line3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 287px;
    height: 30px;
    display: block;
}

.searchcap 
{
	background-color: #eaeaea;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.smalltitle 
{
    font-size: 16px;
    color: #bec1c3;
    font-weight: bold;
    background-image: url(../images/line2b.png;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 287px;
    height: 20px;
    display: block;
}

.redlink
{
	color: Red;
	text-decoration: none;
}

.bluelink 
{
	color: Blue;
	text-decoration: none;
}

.warningmsg {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fefffc;
    border: solid 2px #cb9a00;
    color: #6c6e6b;
    padding: 3px;
}
