@CHARSET "UTF-8";

* {	
	padding: 0;
	margin: 0;
}

body {
	
	background:white;
	font-size: 12px;
	font-family:  Arial, Arial Unicode Ms;
	padding: 5px; 
}

h1 {
	
	color: #404040;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	text-align:center;
}

table {
	
	display:inline-block;
	width: 100%;
	min-width: 238px;
	max-width: 300px;
}

table tr td {
	
	height: 46px;
	padding: 2px; 
	width: 50%;
	max-width: 50%;
}

table tr td:last-child {
	
	text-align:left;
}

table tr.even {background-color: #FFFFFF;}
table tr.odd {background-color: #D2E4EE;}

img.pic_small {
	
	height: 50px; 
	width: auto; 
}

a {color: #0B2D5B; text-decoration: none;}
a:hover {text-decoration: underline;}