body.main {
	background-color: #226A8C;
	font-family: "Arial";
	background-image: url('img/bg.jpg');
	background: #226A8C url('img/bg.jpg') repeat-x top left;
	color: #CCCCCC;

}

a:link {color: #AAAAFF}
a.menu:link {color: #1C4D97}
a.menu:visited {color: #1C4D97}

body.menu {
	background-color: #1C4D97;
	font-family: "Arial";
}

table {
	width: 800;
	border: 0;
	background-color:#1C4D97;
}

table.frame {
	background: #2FAA3F;

}

table.frame2 {
	background: #1C4D97;

}

table.frame3 {
	background: #2FAA3F;

}

table.head {

}

table.content {
	font-family: "Arial";
	color: #CCCCCC;
	padding: 10;
}

table.footer {

}

table.break {
	background: #1C4D97 url('img/break_line.jpg') repeat-x top left;
}

td {
	text-align: center;
}

td.break {
	height: 11;
}

td.form {
	align: left;
	text-align: left;
}

table.menu {
	
}

h1 {
	font-family: "comic sans ms";
	/*color: #4BC287;*/
}

h2.news {
	font-family: "comic sans ms";
	text-decoration: underline;
}

h3 {
	color: #FFFFFF;
}

p {
	text-align: center;
}

p.date {
	font-style: italic;
	text-decoration: underline;
}

p.form {
	align: left;
	text-align: left;
}

p.heightset {
	min-height: 300px;
}

p.tag {
	font-style: italic;
	font-size: small;
	text-align: right;
}