@CHARSET "UTF-8";

div.frame
{
	padding: 4px;
	
}

div.frame.blue
{
	border-top: 1px dotted #000066;
	background-color: #E3EFF6;
	border-bottom: 1px dotted #000066;
	
}

div.frame.red
{
	border-top: 1px dotted #CC0000;
	background-color: #EFE4D0;
	border-bottom: 1px dotted #CC0000;
}

div.frame.green
{
	border-top: 1px dotted #336600;
	background-color: #E6EED7;
	border-bottom: 1px dotted #336600;
}

div.frame.gray
{
	border-top: 1px dotted #c0c0c0;
	background-color: #EFEFEF;
	border-bottom: 1px dotted #c0c0c0;
}