/* for text (basic) */

h1 {
	font-size: medium;
}

h2 {
	font-size: small;
}

h3 {
	font-size: small;
}

h4 {
	font-size: small;
}

h5 {
	font-size: x-small;
	font-weight: bold;
}
p {
	font-size: small;
	line-height: 135%;
}
li {
	font-size: small;
	font-weight: bold;
	line-height: 160%;
}


a:link {
	color: #336666;
	text-decoration: none;
}

a:visited {
	color: #336666;
	text-decoration: none;
}

a:hover {
	color: #336666;
	text-decoration: underline;
	background-color: #CFDDDB;
}
#contentfoot a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#contentfoot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contentfoot a:hover {
	color: #F3F3F3;
	text-decoration: underline;
}

.keyword {
	font-size: small;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentfoot {
	font-size: small;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
}
#copyright {
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
.cap {
	font-size: small;
	line-height: 130%;
}
.color_red {
	color: #990033;
}
.color_blue {
	color: #003399;
}
.color_green {
	color: #339999;
}
.color_grey {
	color: #292929;
}

.font_bold {
	font-weight: bold;
}
.font_small {
	font-size: x-small;
}
.border {
	color: #000000;
	border: 1px solid #666666;
}
.outer {
	color: #FFFFFF;
	font-size: x-small;
	background-color: #336666;
	display: table;
	border: thin ridge #666666;
}
