	body
	{
		/*background-image: url('../images/body_bg.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		background-attachment:fixed;*/
		background-color: #006699;
		color: #fff;
		font-family: "Tahoma",Arial;
		font-size: 18px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	
	}
	
	a:link {color:#FCFF00;text-decoration: none;}      /* unvisited link */
	a:visited {color:#FCFF00;text-decoration: none;}  /* visited link */
	a:hover {color:#FCFF00;text-decoration: none;}  /* mouse over link */
	a:active {color:#FCFF00;text-decoration: none;}  /* selected link */
	
	a.yellow:link {color:#FCFF00}
	a.yellow:visited {color:#FCFF00}
	a.yellow:hover {color:#FFFFFF}
	a.yellow:active {color:#FCFF00}
	
	a.clsShamelessPlug:link{color:#FF7200}
	a.clsShamelessPlug:visited{color:#FF7200}
	a.clsShamelessPlug:hover{color:#FF7200}
	a.clsShamelessPlug:active{color:#FF7200}

	
	
	
	img
	{
	
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	
	}
	
	img
	{
	
		border: none;
	
	}
	
	
	#divWrapper
	{
		width:800px;
		margin: 0 auto;
		margin-top: 10px;
	
	}
	
	#divHeader
	{
		/*background-image: url('../images/bubble2.jpg');*/
		text-align: center;
		/*margin-bottom: 3px;*/
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	
	}
	
		
	#divTopMenu
	{
		/*background-image: url('../images/bubble2.jpg');*/
		/*background-color: #000054;*/
		height:35px;
		float: left;
		border-bottom: 2px solid #2C7F77;
		width: 800px;
		background-color: #000054;
		/*padding: 3px;
		text-align: center;
		margin-bottom: 3px;*/
		/*width:200px;
		float:left;
		*/
	}
	
	
	#lstMainMenu
	{
	
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #000054;
		
	
	}
	
	
	li
	{
	
		float: left;
		display: inline;

	}
	
	
	.clsMainMenu{
		
		float: left;
		display: inline;
		width: 130px;
		text-align: center;
		font-weight: bold;
		font-size: 1.3em;
		color: #fff;
		/*text-shadow: 3px 5px 5px #ffff00;*/
		background-color: #000054;
		
	
	
	}
	
	a.clsMainMenuLink:link {color:#fff;text-decoration: none;}      /* unvisited link */
	a.clsMainMenuLink:visited {color:#fff;text-decoration: none;}  /* visited link */
	a.clsMainMenuLink:hover {color:#2C7F77;text-decoration: none;}  /* mouse over link */
	a.clsMainMenuLink:active {color:#fff;text-decoration: none;}  /* selected link */
	
	
	
	
	#divContentWrapper
	{
		/*background-image: url('../images/bubble2.jpg');*/
		background-color: #000054;
		/*height:500px;*/
		width:800px;
	}
	
	
	#divContent
	{
	
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	
	}
	
	
	#divFooter
	{
		/*background-image: url('../images/bubble2.jpg');*/
		/*margin-top: 3px;*/
		background-color: #000054;
		clear:both;
		padding: 10px;
		text-align: center;
		font-size: 14px;
	
	}
	
	
	.clsContentHeader
	{
	
		font-size: x-large;
		padding-bottom: 0px;
		margin-bottom: 0px;
		clear: both;
	}
	
	
	#imgContentHeaderBottom
	{
		
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;

	
	}


	.clsServerHeader
	{
	
		color: #FCFF00;
		text-decoration: underline;
	
	}
	
	.clsSmallFont{
	
		font-size: 10px;
	
	}
	
	.clsMediumFont{
	
		font-size: 12px;
	
	}
	
	#tblProducts{
	
		border-collapse: collapse;
		width: 760px;
	
	}
	
	
	#tblProducts td{
	
		border-top: 2px solid #006699;
		padding: 10px;
	}
	
	
	
	
	
	
	
	
	
	
	

