body {
	background-color: #ffffff; color: #000000; font-family: tahoma, arial, sans-serif; margin: 0px;
}

h1 {
	font-size: 20px;
}

h1.logo {
	font-size: 50px; font-weight: normal; text-transform: lowercase; margin-bottom: 5px; margin-top: 5px;
}

h2 {
	font-size: 14px; font-style: italic;
}

h3 {
	font-size: 13px;
}

p.strapline {
	font-size: 25px; font-weight: normal; text-align: right;
}

.navbar {
	background: #cccccc; text-align: center; padding:5px; font-size: 14px; font-weight: bold; border: 1px solid #999999; 
}

.navbaractive {
	background: #cccccc; text-align: center; padding:5px; font-size: 14px; font-weight: bold; color: #000000; border: 2px solid #000000; 
}

p {
	font-size: 13px; 
}

.small {
	font-size: 10px;
}

.footer {
	font-size: 10px; color: #999999;
}

a {
	color: #0000ff; text-decoration: none;
}

a:hover {
	color: #cc0000; text-decoration: underline;
}

a.goldenbelly { 
	color: #999999; font-weight: bold; text-decoration: none;
}

a:hover.goldenbelly { 
	color: #FF9900; font-weight: bold; text-decoration: none 
}

.tmt-table {
	font-size: 13px; border: 1px solid #999999; border-collapse: collapse; 
}

.tmt-tablenb {
	font-size: 13px; border: 0px solid #cccccc; border-collapse: collapse; 
}

li {
	font-family: tahoma, arial, sans-serif; font-size: 13px; line-height: 150%; 
}

input,textarea,select {
	font-family: tahoma, arial, sans-serif; font-size: 13px; 
}