body
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	color: black;
	background-image: url("images/bg_flag.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	margin: 5px;
	overflow: none;
}
a
{
	text-decoration: underline; 
	color: #010103;
}
a:hover
{
	text-decoration: underline; 
	color:  #5b8eb1;
}
.header
{
    vertical-align: bottom;
}
.menu
{
    background-color: blue;
    height: 35px;
    border: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.menuitem
{
	color: #ffffcc;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    height: 35px;
    width: 12%;
    border: 1px;
    font-size: 10px;
    text-decoration: underline;
	cursor: pointer;
}
.menuitem_a
{
    color: #ffffcc;
}
.header_title
{
    font-size: 16px;
    font-family: Verdana;
    font-weight: lighter;
    text-align: center;
    height: 100px;
}
.img
{
    vertical-align: top;
    text-align: center;   
}
.info
{
    padding: 5px;
    margin: 5px;
    width: 100%;
    font-family: Verdana;
    font-size: 13px;
    vertical-align: text-top;
}
.caption
{
	font-family: Bookman Old Style, Verdana, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}
.letter
{
	font-family: Bookman Old Style, Verdana, sans-serif;
    text-align: right;
    font-size: large;
    margin: 20px;
}
.footer
{
    height: 20px;
    vertical-align: bottom;
    text-align: center;
    font-size: 10px;
    font-style: italic;
	color: silver;
}