/*    CSS Document     */
/* Putnik template CSS */
/*      main.php       */
/***********************/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
}
/***********************/
/*      Main table     */
/***********************/
#Box {
	border: thin outset #FFFFFF;
}
#NavBar {

}
#Body {

}
#Footer {
	background-color: #999999;
}
.FText {
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.p {
	font-weight: bold;
	color: #FFFFFF;
}
.Button {
	border: 1px outset #FFFFFF;
	line-height: 15px;
	color: #000000;
	font-weight: bolder;
}

/***********************/
/*       E O F         */
/***********************/

