/* Background */
html
	{
	background-image: url(images/layout/whitebon/background.png);
	background-attachment: fixed;
	overflow: -moz-scrollbars-vertical;
	}

/* Body text */
p, ul, ol
	{
	font-family: Verdana;
	font-size: 12px;
	}
.caption
	{
	font-size: 10px;
	}
	
.tab1
	{
	font-family: Verdana;
	font-size: 12px;
	margin-left: 15px;
	}

/* Links */
a:link
	{
	color:#364e82;
	text-decoration:none;
	}
a:visited
	{
	color:#364e82;
	text-decoration:none;
	}
a:hover
	{
	color:#879dcb;
	}

/* Headers */
h1, h2, h3, h4, h5, h6
	{
	font-family: Verdana;
	}
h1
	{
	font-size: 15px; 
	margin-top: 0px;
	color: #425477;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	}
h2
	{
	font-size: 14px;
	border-bottom: 1px solid #000000;
	font-variant: small-caps;
	}
h3
	{
	font-size: 12px;
	}
h4
	{
	font-size: 10px;
	}
	
/* Images */
img
	{
	}
.thumb
	{
	border: 1px solid;
	margin: 0 5px 2px 5px;
	}
	
.thumb2
	{
	border: 0;
	margin: 0 5px 2px 5px;
	}
	
.thumb3
	{
	border: 1px solid;
	margin: 0 1px 0px 1px;
	}
	
.thumb4
	{
	border: 0;
	margin: 0 1px 0px 1px;
	}

/* Tables */
table
	{
	font-family: Verdana;
	font-size: 12px;
	}
.page
	{
	font-family: Verdana;
	font-size: 12px;
	background-color: #e1e7f4;
	border: 1px solid #d1d3d7;
	}
	
.thumbtable
	{
	margin: 0px 5px 0px 5px;
	background-color: #e1e7f4;
	border: 1px solid #d1d3d7;
	}
.scoretable 
	{
	font-family: Verdana;
	font-size: 12px;
	background-color: #e1e7f4;
	border: 1px solid #d1d3d7;
	}
	
.warningtable
	{
	position: relative;
	background-color: #fac8c8;
	border: 1px solid #df5c5c;
	}

/* Parts of the site */
#logo
	{
	background-image: url("images/layout/whitebon/logo.png");
	background-repeat: no-repeat;
	width: 1010px;
	height: 115px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

#menu
	{
	background-image: url("images/layout/whitebon/menu.png");
	background-repeat: no-repeat;
	width: 1010px;
	height: 37px;
	margin: 0 auto 0 auto;
	padding-top: 13px;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	}

#content
	{
	background-image: url("images/layout/whitebon/main.png");
	background-repeat: repeat-y;
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0 45px 30px 45px;
	}

#infobox
	{
	background-image: url("images/infobox.png");
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 570px;
	height: 130px;
	float: center;
	text-align: center;
	margin-bottom:15px;
	}

#bottom 
	{
	background-image: url("images/layout/whitebon/bottom.png");
	background-repeat: no-repeat;
	width: 1010px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding-top: 4px;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	}