﻿@import url('gallery.css');
@import url('more.css');

body {
	margin: 0px;
	padding: 0px;
}

body, td, li { 
	font-family: "Arial", "Helvetica", "Sans-Serif", "Verdana";
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

tr{
	
	text-align: left;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.header {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	background-image: url('../img/page/fade_top.gif');
}

.heading1 {
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
}

.heading2 {
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

.moreb1 {
	background-image: url('../img/page/square_paper_line.bmp');
}

.moreb2 {
	background-image: url('../img/page/square_paper.bmp');
}

.copyright {
	font-size: 10px;
	font-weight: bold;
} 

.footer {
	height: 34px;
}
