body, td, th, span, input, div, p, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	
	scrollbar-track-color: #F2F6F6;
	scrollbar-face-color: #E1E9EA;
	scrollbar-highlight-color: #F2F6F6;
	scrollbar-darkshadow-color: #ACBBB4;
	scrollbar-shadow-color: #E1E9EA;
	scrollbar-arrow-color: #012059;
	scrollbar-3dlight-color: #E1E9EA;
}
	
	body {
		background-color: #FFFFFF;
		margin: 5px;
	}
	
	a, a:link, a:visited {
		color: #577299;
		text-decoration: underline;
		font-weight: normal;
	}
	
	a:hover {
		color: #102336;
		text-decoration: none;
		font-weight: normal;
	}

	a.subtitle, a.subtitle:link, a.subtitle:visited {
		font-weight: bold;
		font-size: 12px;
		color: #577299;
		text-decoration: underline;
	}
	
	a.subtitle:hover {
		font-weight: bold;
		font-size: 12px;
		color: #102336;
		text-decoration: none;
	}	
		
	a.selected, a.selected:link, a.selected:visited, a.selected:hover {
		color: #102336;
		text-decoration: none;
		font-weight: bold;
		
	}
	
	.title {
		color: #585757;
		font-weight: bold;
		font-size: 13px;
	}
	
	.subtitle {
		color: #255483;
		font-weight: bold;
		font-size: 12px;
		margin: 0px 0px 5px 0px;
	}
	
	.footer {
		font-size: 10px;
		color: #737373;
	}
	
	.dots {
		width: 100%;
		height: 3px;
		background: url(../../images/dots.gif);
		background-repeat: repeat-x;
		margin: 4px 0px 4px 0px;
	}
	
	.red {
		color: #E26E21;
	}
	
	td.left_side1 {
		background: url(../../images/lb_back.gif);
		background-repeat: repeat-y;
		padding-left: 20px;
		padding-right: 10px;
	}
	
	td.left_side2 {
		background: url(../../images/lb_back2.gif);
		background-repeat: repeat-y;
		padding-left: 20px;
		padding-right: 10px;
	}
	
	td.content {
		border-right: 1px solid #CCCCCC;
		padding: 5px 20px 5px 20px;
	}
	
	td.bline {
		border-bottom: 1px solid #CCCCCC;
	}
	
	td.rline {
		border-right: 1px solid #CCCCCC;
	}
	
	td.front {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	li.i {
		list-style-image: url(../../images/a1.gif);
		padding: 2px 0px 2px 0px;
	}
	
	div.partners {
		overflow: auto;
		height:200px;
		width:100%;
	}
	
	div.news {
		overflow: auto;
		height: 350px;
		width:100%;
	}
	
	form {
		margin: 0px;
	}
	
	.button {
		background-color: #6385A6;
		color: #FFFFFF;
	}

	.row1 {background-color: #F2F6F6;}
    .row2 {background-color: #E1E9EA;}

	