

	.ButtonOver {

		width: 95px;
		height: 1px;
		background-color: #EDEDED;

	}

	.Button {
	
		text-align: center;
		color: #787878;
		font-family: arial;
		font-size: 10px;


	}

	.btnLink{

		color: #787878;
		font-family: arial;
		font-size: 10px;
		text-decoration: none;

	}

	.btnLink:hover{

		color: #003366;

	}

	.Menu {

		list-style-image: url(_arrow_active.gif);

	}

	.btnMenu {

		color: #787878;
		font-family: arial;
		font-size: 14px;
		text-decoration: none;

	}


	.btnMenu:hover {

		color: #9EB990;

	}


	body{

		background-color: #CFCFCF;

	}

	a {

		color: #003366;
		text-decoration: none;

	}

	a:hover {
		
		color: #9EB990;
		text-decoration: none;

	}

	.MainDiv {

		color: #003366;
		font-family: arial;
		font-size: 12px;
		padding: 5px;
		border: 1px solid #EDEDED;
		height: 500px;
	}

	#Footer {

		color: #787878;
		font-family: arial;
		font-size: 10px;
		text-align: center;
		padding: 5px;

		}

	.ThemeImages{

		cursor: pointer;

	}

.ImageThumb{

	border: 0px;
	float: left;
	width: 100px;

}

.ImagePreview{

	width: 400px;
	height: 80px;

}

.ImageText{

	width: 280px;
	height: 80px; 
	float:right;
	border: 1px dotted #000000;

}

.ImageUL{

	list-style-type: none;

}