@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

a:link {
	text-decoration: none;
	color: #666666;
	}
a:visited {
	text-decoration: none;
	color: #666666;
	}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	}

.master {
	line-height: 20px;
	}

.headline {
	color: #009ee0; 
	font-weight: bold; 
	font-size: 16px; 
	}

.border_right {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	}

