﻿BODY {
	FONT-SIZE: 14px;
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fff;  
}   /* #daebda */

.headnav {border-top: 1px solid #000; border-bottom: 1px solid #000;
          text-align: right; padding-top: 0px; margin-top: 0px;}

tbody tr:first-child td {height: 80px;}

#nav a {font-size: 14px; color: #000; text-decoration: none;}
#nav a:visited {color: #000; text-decoration: none;}
#nav a:hover {color: #b04000; text-decoration: underline;}

#content a {font-size: 14px; color: #046; text-decoration: underline;}
#content a:visited {color: #999; text-decoration: underline;}
#content a:hover {color: #b04000; text-decoration: underline;}

h1, h2, h3 {
	FONT-FAMILY: Garamond, Arial, verdana, Helvetica, sans-serif;
	color: #b04000; margin-top: 5px;
        }

h1 {font-size: 20px; display:block;border-bottom: 1px dashed #999;}
h2 {font-size: 19px;}
h3 {font-size: 19px;}

#content {FONT-SIZE: 17px;
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fff;
	COLOR: #555;
        PADDING: 5PX;
	}


A.type2 {
	TEXT-DECORATION: none;
}
A.type2:link {
	COLOR: #ffffff;
}
A.type2:visited {
	COLOR: #ffffff;
}
A.type2:active {
	COLOR: #ffffff;
}
A.type2:hover {
	COLOR: #aaffaa;
}
A.type3 {
	TEXT-DECORATION: none;
}
A.type3:link {
	COLOR: #b04000;
}
A.type3:visited {
	COLOR: #b04000;
}
A.type3:active {
	COLOR: #d06000;
}
A.type3:hover {
	COLOR: #f05000;
}
