* {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	}

body {
	background-color: #DDEAE6;
	margin-top: 0px;
	}
	
a:link, a:active, a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.wrapper {
	width: 766px;
	margin: auto;
	background-color: #FFFFFF;
	}
	
.topbar {
	background-color: #da202c;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	}
	
a.toplink:link, a.toplink:active, a.toplink:visited, a.toplink:hover {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	color: #FFFFFF;
	}
	
.pagetitle {
	color: #339999;
	font-size: 16px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 5px;
	}

.content {
	padding-left: 5px;
	padding-right: 5px;
	}
	
.darkrule {
	height: 3px;
	font-size: 1px;
	background-image: url("images/back_line_drk.gif");
	background-repeat : repeat-x;
}

.footer {
	padding: 5px;
	color: #BC9999;
	font-weight: bold;
	letter-spacing: 3px;
	}
	
.coDrugaTD {
	background-color: #DDEAE6;
	}