* {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image : url(../images/background.gif);
}
A {
	color: #F40808;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#newsIndexBlock {
	width: 100%;
	text-align: justify;
	border: 1px solid #F40808;
	background-color: #FFFFFF;
}
#newsIndexBlock .date {
	color: red;
}
#newsIndexBlock .title {
	font-weight: bold;
}
#newsIndexBlock .more {
	text-align: right;
}

#menu A{
	color: #F40808;
}
#menu A:hover{
	text-decoration: bold;
}
#menu .level3 {
	padding-left: 10px;
}
#menu .level4 {
	padding-left: 20px;
}
#menu .active {
	font-weight: bold;
}

#header{
	height: 20px;
	color: #F40808;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	padding: 3px 5px 3px 0px;
	background-image: url(../images/headerBackgraund.gif);
}
#content {
	padding: 10px 0px 0px 0px;
	text-align: justify;
}

#content A, #content .date {
	color: #F40808;
}

#content .title {
	font-weight: bold;
	margin-bottom: 10px;
}

#content .more {
	text-align: right;
}

#poll {
	width: 100%;
	margin: 20px 0px 0px 5px;
}

#poll .question{
	text-align: left;
	font-weight: bold;
}
#poll .answer{
	text-align: left;
}
.error {
	text-align: center;
	color: #F40808;
}
#feedback .label {
	font-weight: bold;
}
#feedback .label2 {
	text-align: right;
	white-space : nowrap;
}
#feedback .fldSelect {
	background-color: #EEEEEE;
}
#feedback .fldSelectOver {
	background-color: #FFFFFF;
}
#feedback .fldText {
	width: 330px;
	background-color: #EEEEEE;
}
#feedback .fldTextOver {
	width: 330px;
	background-color: #FFFFFF;
}
#feedback .fldNote {
	width: 330px;
	height: 200px;
	background-color: #EEEEEE;
}
#feedback .fldNoteOver {
	width: 330px;
	height: 200px;
	background-color: #FFFFFF;
}