	@import url("containers.css");
	@import url("menu.css");
	@import url("home.css");
	@import url("case.css");
	
	html
	{
		height:100%;
	}
	
	body
	{
		height:100%;
		background-color: #FFF;
	}
	
	.bg{
		background-color: #FFF; text-align: center;
	}
	
	body,td,th,p,div,span {
		font-family: verdana;
		font-size: 11px;
		color: #000000;
	}
		
	div{
		text-align: left;
	}
	
	input{
		border: 1px solid #555555;
		width: 114px;
		height: 17px;
		color: #555555;
		font-size: 12px;
		margin-top:2px;
	}
	
	a{
		color: #00385a;
	}
	
	a:hover{
		text-decoration: none;
	}
	
	.mainTable
	{
		width:760px;
	}

	.contentTable
	{
		width:100%;
	}
	
	
	.title
	{
		font-weight:bold;
	}
	
	.contentTitle, .subTitle
	{
		font-weight:bold;
		font-size: 16px; 
	}
	
	.contentText
	{
		
	}
	
	.contentLink
	{
		
	}

	.contentImageleft
	{
		margin-top:3px;
		margin-right:10px;
		margin-bottom:10px;
		padding:1px;
		float:left;
	}
	
	.contentImageright
	{
		margin-top:3px;
		margin-left:10px;
		margin-bottom:10px;
		padding:1px;
		float:right;
	}	 

	.contentImageright
	{
		margin-top:3px;
		margin:10px;
		padding:1px;
		float:center;
	}	 
	
	#pom{
		width: 100px;
	}