body {
	background-color: #E4E4E4;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: black;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

.dfs {	/*default font-size */
	font-size: 11pt;
}

.sfs {	/*small font-size */
	font-size: 9pt;
}

.xs {	/*extra-small font-size */
	font-size: 8pt;
}

.b {	
	font-weight: bold;
}

.ul {	
	text-decoration: underline;
}

.margin-left {
	width: 5px;
	background: url(images/margin_left.gif) top right repeat-y;
}

.margin-right {
	width: 5px;
	background: url(images/margin_right.gif) top left repeat-y;
}

.main-td {
	width: 980px;
	background-color: #EEE9E9;
}

table.menu {
	width: 980px; 
	height: 53px;
	background: url(images/menu.jpg);
	font-weight: bold;
}

a.menu {
	color: white;
	text-decoration: none;
	text-shadow: #6374AB 2px 1px 2px;
}

.content {
	width: 540px;
	padding: 20px;
}

.side-box {
	background-color: #EEE9E9;
	padding: 30px 25px 30px 25px;
}

.horiz-sep {
	width: 100%;
	height: 2px;
	background: url(images/horizontal_sep.gif) top left repeat-x;
}

.clients-header{
	 padding: 5px;
	 font-size: 9pt;
	 font-weight: bold;
	 color: #858585;
}

.media {
	overflow: hidden; 
	vertical-align: middle;
}

.rights{
	background-color: #F4EEEE;
	border-top: 9px solid #D1D0CE;
	height: 50px; 
	font-size: 9pt; 
	color: #868684;
	text-align: center;
}

.inp {
	font-family: Arial;
	font-size: 10pt; 
	margin: 2px; 
	width: 140px;
}

.btn {
	font-family: Arial;
	color: white; 
	font-size: 8pt; 
	font-weight: bold; 
	background-color: #2F2F2F; 
	border: 0px; 
	height: 21px;  
	margin: 2px;
}
