body
{
	font-family: garamond;
	font-size: 14px;
	color: #000000;
	background-color: #FFEBC7;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 20px;
}

h3
{
}

#page table
{
}

#page td
{
	vertical-align: top;
}

#page td.main
{
	background-color: #FFFFFF;
	text-align: center
}

#page td.top
{
	background: #FFFFFF url(images/top.gif) repeat-x;
}

#page td.bottom
{
	background: #FFFFFF url(images/bottom.gif) repeat-x;
}

#page td.left
{
	background: #FFFFFF url(images/left.gif) repeat-y;
}

#page td.right
{
	background: #FFFFFF url(images/right.gif) repeat-y;
}

#content img
{
	padding: 0px;
	border: 1px solid #000000;
	margin: 4px;
}

#content a
{
	color: #000080;
	font-weight: bold;
	text-decoration: underline;	
}

#content a:active
{
	color: #000080;
	font-weight: bold;
	text-decoration: underline;	
}

#content a:visited
{
	color: #000080;
	font-weight: bold;
	text-decoration: underline;	
}

#content a:hover
{
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

#content td.line
{
	background: #FFFFFF url(images/line.gif) repeat-x;
}

/* 31-10-2010 */
.item {
	width: 700px;
	float: left;
	padding-bottom: 25px;
	border-bottom: 1px solid #7F7F7F;
	margin-bottom: 25px;
	clear: both;
}

.block {
	/* margin: 0 0 25px 30px; */
	padding-bottom: 20px;
	/* float: left;
	clear: both; */
}

.english {
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.trophy {
	font-weight: bold;
	color: #00A000;
}

img.right {
	float: right;
}

.important {
	font-weight: bold;
	color: #EE0000;
}

