
BODY 
{
	background-color: #EECB08;
	margin: 0px;
	padding: 0px;
}

A, A:link, A:active, A:visited, A:hover
{
	color: #00913B;
	text-decoration: underline;
}
A:hover
{
	color: #666666;
	text-decoration: none;
}

P, DIV, TD, SPAN, BODY
{
	font-family: arial, "arial ce";
	color: #00913B;
	font-size: 13px;
}

LI, DIV
{
	text-align: justify;
}

H1, H2, H3, H4
{
	text-decoration: underline;
	font-family: "times new roman", "times new roman ce";
	font-weight: normal;
	color: #601212;
}

H3, H4
{
	font-weight: bold;
}


.bgLine1
{
	background: url('./images/bg-line-1.gif') repeat-x top left;
	height: 18px;
	overflow: hidden;
}

.bgLine2
{
	background: url('./images/bg-line-2.gif') repeat-x top left;
	height: 19px;
	overflow: hidden;
}

.bgStripMain
{
	background: url('./images/bg-main-part.jpg') repeat-x top left;
}

.mottoArround
{
	padding: 10px;
}

.mottoDiv
{
	width: 100%;
	border: 1px solid #00913B;
	padding: 10px;
	margin: 5px;
	background-color: #F5E274;
	text-align: center;
}

.mottoDiv A:link, .mottoDiv A:visited, .mottoDiv A:active, .mottoDiv A:hover
{
	font-weight: bold
}

.bgStripMainSide
{
	height:169px;
	background: url('./images/bg-main-part.jpg') repeat-x top left;
}

.bgMiddle
{
	background: url('./images/bg-middle.gif') repeat-y top left;
}

