/********** Common styles **********/
body, table
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background-color: #d8a5dc;
	color: Black;
	margin: 0px;
	border-color: Maroon;
}
h1, h2, p
{
	margin-bottom: 5px;
}
td
{
	border-width: 1px;
}
/***********************************/

/********** Unique Styles **********/
h1
{
	margin-top: 5px;
	margin-left: 30px;
	font-size: 18px;
}
h2
{
	margin-left: 10px;
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
}
h3
{
	text-align: center;
	font-size: 16px;
}
h4
{
	font-weight: bold;
	font-size: 16px;
	color: #006400;
}
h5
{
	font-weight: bold;
	font-size: 16px;
	color: Maroon;
}
h6
{
	font-size: 9px;
}
p
{
	margin-left: 25px;
	margin-top: 5px;
	text-transform: uppercase;
	color: white;
}
div
{
	text-indent: 20px;
	text-align: justify;
}
img
{
    border: none;
}
/***********************************/

/*********** Links Styles **********/
a
{
	color: inherit;
	color: expression(this.parentNode.currentStyle['color']);
}
a:hover
{
	text-decoration: underline;
	text-decoration: none;
}
/***********************************/

/************* Classes *************/
.WhiteBack, .List, .Text
{
	background-color: Transparent;
}
.Menu
{
	background-image: url(Skins/Sputnik/Vertical.gif);
	background-repeat: repeat-y;
	color: White;
	padding-bottom: 15px;
	vertical-align: top;
	width: 20%;
}
.TopPanel
{
	background-image: url(Skins/Sputnik/TopPanel.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-style: italic;
	padding: 15px 15px 0px 0px;
	height: 90px;
	text-align: right;
}
.BottomPanel, .About, .LanguageSelect
{
    border-top-color: #9b689f;
    border-top-width: 12px;
	border-top-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	vertical-align: baseline;
}
.About
{
	text-align: right;
	color: #573f59;
	padding-right: 10px;
}
.LanguageSelect
{
    background-image: url(Skins/Sputnik/Vertical.gif);
    background-repeat: repeat-y;
    color: White;
	text-align: left;
	width: 20%;
	padding-left: 10px;
}
.Text
{
	text-align: justify;
	padding: 30px;
}
.Form
{
	background-image: url(Skins/Sputnik/Background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px 150px 30px 0px;
	width: 80%;
}
.List, .Cell
{
    border-collapse: collapse;
	border-style: solid;
	border-color: black;
	border-width: 1px;

}
.Judges
{
    text-align: left;
    display: inline-block;
}
.Cell
{
    border-width: 1px 1px 0px 0px;
}
.Sponsors
{
    text-align: left;
    text-indent: 5px;
}
.ListItem
{
    margin: 10px 0px 10px 0px;
}
.ListTitle
{
    font-weight: bold;
    list-style-type: none;
    margin: 35px 0px 10px 0px;
}
td.Photo
{
	border-color: White;
	border-width: 1px;
	border-style: solid;
	height: 200px;
	width: 200px;
	text-align: center;
}
td.Photo:hover
{
	border-color: yellow;
}
/***********************************/

