/* Standard elements */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
table, td {
	font-family:  '‚l‚r ‚oƒSƒVƒbƒN', Gothic, sans-serif;
	}

a:link {color:#336699; text-decoration:underline;}


/* Standard fonts */
b, em, strong {
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', Gothic, sans-serif;  
	font-weight: bold; 
	font-style: normal; 
	}
	
h2 {
	font-size: 20px;
	font-weight: bold; 
	font-style: normal; 
	}

h3 {
	font-size: 18px;
	font-weight: bold; 
	font-style: normal; 
	}
	
/* Class */
	
.subject {
	font: 20px, '‚l‚r ‚oƒSƒVƒbƒN', Gothic, sans-serif;
	line-height: 24px;
	}
		
	
.text {
	font: 16px, '‚l‚r ‚oƒSƒVƒbƒN', Gothic, sans-serif;
	line-height: 18px;
	}
	
.detail {
	font-size: 12px;
	line-height: 16px;
	}
	

.linkGreen {font-size: 14px;}
.linkGreen A:link {color:#ffcc66; text-decoration:underline;}
.linkGreen A:visited {color:#cc6600; text-decoration:underline;}
.linkGreen A:hover {color:#ffffff; text-decoration:underline;}


/* id */
#copyright {color: #004000;
	font-size: 14px;}

