html {
	overflow: -moz-scrollbars-vertical;
	}

body {
	margin: 0px 0px 0px 0px;
	padding:0px;
	background: url(images/side_tile.gif) repeat #999999;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	}
	
p	{
	font-size: 11px;
	}

h1	{
	font-size: 13px;
	font-style: bold;
	}

h2	{
	font-size: 11px;
	font-style: bold;
	color: #abbfcc;
	}

h3	{
	font-size: 10px;
	font-style: bold;
	}

ul	{
	list-style-image: url(images/bullet.gif);
	}

li	{
	font-size: 11px;
	color: #ffffff;
	}

.position {
	color: #9bb8e0;
	}

a:link		{ font-size: 11px; color: #96a8b3;}
a:visited	{ font-size: 11px; color: #c5d2d9;}
a:hover		{ font-size: 11px; color: #c5d2d9;}
a:active	{ font-size: 11px; color: #96a8b3;}

a.CompanyMenu:link		{ font-size: 10px; color: #9bb8e0; text-decoration: none;}
a.CompanyMenu:visited	{ font-size: 10px; color: #c2d6f2; text-decoration: none;}
a.CompanyMenu:hover		{ font-size: 10px; color: #c2d6f2; text-decoration: none;}
a.CompanyMenu:active	{ font-size: 10px; color: #9bb8e0; text-decoration: none;}

td.center {
	background: url(images/mainbackground_tile.gif);
	}
 
td.leftborder {
	background: url(images/side_left_tile.gif);
	}
 
td.rightborder {
	background: url(images/side_right_tile.gif);
	}
  