﻿
body, html {
	margin: 0;
	padding: 0;
	font-family: Segoe UI, tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#676767;
	color:#ffffff;
	margin:auto;text-align:center;
}
body td {
	font-size: 12px;
}

a:link, a:active, a:visited {
	color:#003366;
	text-decoration:underline;
}

a:hover {
	color:#000000;
}


h1
{
	font-size: 17px;
	margin: 0 0 0px 0;
	padding:0px;
}
h2
{
	font-size: 16px;
	margin: 0 0 0px 0;
	padding:0px;
}
h3
{
	font-size: 15px;
	margin: 0 0 0px 0;
	padding:0px;
}
h4
{
	font-size: 14px;
	margin: 0 0 0px 0;
	padding:0px;
}
h5
{
	font-size: 13px;
	margin: 0 0 0px 0;
	padding:0px;
}
h6
{
	font-size: 12px;
	margin: 0 0 -12px 0;
	padding:0px;
}


form 
{
    margin:0px;
}

.formbutton {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	background-color:#0b5289;	
	padding:2px;
	border-style:ridge;
	border-width: 1px;
	border-color: #ffffff;
	height:24px;
}


.formfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:3px;
	background-color: #ffffff;
}

.SearchFields {
color: #0b5289;
	height:28px;
	border:1px dashed #555555;
    text-align:center;
   line-height:28px;
    vertical-align:middle;
    font-size:15px;
    font-weight:bold;
    letter-spacing:5px;
    text-transform:uppercase;
}

.SearchFieldsDropdown {
color: #0b5289;
	height:28px;
	border:1px dashed #555555;
    text-align:center;
   line-height:28px;
    vertical-align:middle;
    font-size:13px;
    font-weight:bold;

}


.Required 
{
    color:Red;
}


#OutsideWrapper {
	

	margin:auto;
	text-align: left; 
	width:760px;
	height:100%; 
	background-color:#7abbff;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;

}

#InsideWrapper {
    text-align:left;

}
#Footer {
	font-size: 12px;
    padding:10px;
    overflow:hidden;
   clear:both; 
   font-weight:bold;
}


#MainContentArea {

width:100%;
text-align:left;padding:13px 13px;
}

.scrollabletab {
	
color: #0b5289;


}
#WordList {
	width:100%;
	height: 200px;
	overflow: auto;
	scrolling:vertical;
	text-align:left;
}

.ReturnedWords, .ReturnedWords td {
	font-size:14px;
    line-height:18px;
}






.friendslinks ul 
{ text-transform:capitalize;
    margin:0px;
    padding:0px;
    font-size:12px;
}
    
.friendslinks li 
{
     margin:0px;
	list-style:none;
display:inline; border-right:1px solid #555555;

padding:0px 5px;


}
.friendslinks li:first-child 
{
    padding:0px;
}
.friendslinks li a:link,.friendslinks li a:visited, .friendslinks li a:active,.friendslinks li a:hover {
color:#325eb0;
cursor:default;
}






