/*
Created by:		gL@oesel.edu.ee
Created on:		15.02.2005

Abruka lehekülje CSS stiilid.
*/

body {
	background-color: #FEDCAA;
	font-family: sans-serif;
}

	li {
		font-size: 13px;
	}

	h1 {
		font-size: 19px;
		margin-top: 13px;
	}
	
	h2 {
		font-size: 15px;
	}
	
	h3 {
		font-size: 13px;
		font-style: italic;
	}
	
	.NoTop {
		margin-top: 0;
	}
	
	p {
		font-size: 13px;
		margin-bottom: 10px;
	}

		p.Pisem {
			font-size: 12px;
		}
		
		p.SideSmall {
			text-align: center;
			font-size: 11px;
			margin-top: 7px;
		}

	a:link {
		color: black;
	}
	
	a:hover {
		color: red;
	}
	
	a:visited {
		color: black;
	}

table.HeaderTable {
	border-spacing: 0;
	width: 756px;
	max-width: 756px;
}
	td {
		padding: 0;
	}

table.MainTable {
	border-spacing: 0;
	width: 756px;
	max-width: 756px;
}

	td.MT-Cell1 {
		width: 547px;
		vertical-align: top;
	}
	
		table.ContentTable {
			border-spacing: 0;
			width: 100%;
		}
		
			td.CT-Cell1 {
				vertical-align: top;
				padding: 0 30px 0 30px;
			}
	
	td.MT-Cell2 {
		width: 209px;
		vertical-align: top;
	}

table.SideTable {
	border-spacing: 0;
	width: 209px;
	max-width: 209px;
}

	td.ST-Cell2-1 {
		background-image: url("img/side_2_1.gif");
		background-repeat: no-repeat;
		background-position: top;
		width: 10px;
	}
	td.ST-Cell2-2 {
		background-image: url("img/side_2_2.jpg");
		background-repeat: no-repeat;
		background-position: top;
		background-color: #FBBD60;
		vertical-align: top;
		height: 180px;
		min-height: 180px;
		width: 190px;
	}
	
		img.SideImage {
			border: 1px solid #FF9900;
		}
	
	td.ST-Cell2-3 {
		background-image: url("img/side_2_3.gif");
		background-repeat: no-repeat;
		background-position: top;
		width: 9px;
	}

table.FooterTable {
	border-spacing: 0;
	width: 100%;
	margin-top: 7px;
}

	td.FT-Cell {
		width: 50%;
		font-size: 11px;
		font-weight: bold;
		vertical-align: top;
	}