body {
    /*font-family: sans-serif;
    font-size: 10pt;*/
	font-family: Arial;
	font-size: 10pt;
    background-color: #ffffff;
	/* color: #666666;*/
	color: black;
}

a {
    color: #3333CC;
    text-decoration: none;
}

a:visited {
    color: #3333CC;
}

a:hover {
    color: #009966;
}
.mytitle {
	font-family: Arial;
	font-size: 14pt;
	text-shadow: 1px 1px 3px #7e7d7c;
}

.bordercompl {
    border: 1px solid #6b9cb5;
}

.header {
    border: 2px solid #460f0f;
    background-color: white;
    background-image: url(images/logo_notext.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.main {
    border: 2px solid #460f0f;
    background-color: f7e3c0;
}

.footer {
    color: #666666;
    text-decoration: none;
    text-align: center;
    font-size: 9pt;
    padding: 10px;
}

.footer a {
    text-decoration: none;
}


.headcellopen {
    color: #460f0f;
    padding-left: 4px;
    border: 2px solid #460f0f;
    background-color: #e1cca8;
    border-bottom: 2px solid #460f0f;
}

.headcellinner {
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: 2px solid #460f0f;
    border-right: 2px solid #460f0f;
    background-color: #dddddd;
}

.headcellclose {
    padding-left: 4px;
    padding-bottom: 4px;
    border: 2px solid #460f0f;
    border-top: none;
    background-color: #dddddd
}

div.menutitle {
    white-space: nowrap;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    background-color: #e1cca8;
    background-image: url(images/menugradient.png);
    background-repeat: repeat-x;
    color: black;
    border-bottom: 1px solid #460f0f;

	font-family: Arial;
	font-size: 14pt;
	text-shadow: 1px 1px 3px #7e7d7c;
}

a.menuitem {
    white-space: nowrap;
    border-bottom: 1px solid #460f0f;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    display: block;
    color: #460f0f;
    text-decoration: none;

	font-family: Arial;
	font-size: 12pt;
	text-shadow: 1px 1px 3px #7e7d7c;
}

a.menuitem:visited {
    color: #460f0f;
    text-decoration: none;
}

a.menuitem:hover {
    color: #6a4d4d;
    background-color: #ffe9d0;
    text-decoration: none;
}

.newsframe {
    width: 100%;
    height: 700px;
    border: none;
}

.newsframe table {
    width: 100%;
}

.newsframe b {
    color: #0066CC;
    font-weight: bold;
}

.newsframe a {
    font-family: sans-serif;
}

.newsframe avatar {
    width: 50px;
    height: 50px;
    border: none;
}

.newsframe i {
    font-family: sans-serif;
    color: #000000;
}

.newsframe div {
    padding: 2px 4px 2px 2px;
    border-right: 2px solid #006699;
    border-bottom: 2px solid #006699;
}

.newsframe li {
    color: #00aa00;
}

.rline{
	border-right: 1px solid #460f0f;
}

.newstitle {
    vertical-align: bottom;
    background-color: rgb(250,250,250);
    border: 1px solid rgb(180,180,180);
    border-width: 1px 1px 2px 1px;
    padding: 3px;
}

.newsmessage {
    width: 100%;
    padding: 4px 2px 8px 2px;
}

.newstime {
    font-style: italic;
    font-size: 9pt;
    color: black;
}

.newsavatar {
    vertical-align: top;
    padding: 3px 0px 3px 3px;
}

.newsavatar div {
    border: 1px solid rgb(220,220,220);
    background-color: rgb(250,250,250);
}

.newsavatar div img {
    padding: 1px;
    vertical-align: text-bottom;
}

#center {
	text-align: center;
}

.center {
	text-align: center;
}

.center td{
	text-align: left;
}

.center table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

img {
	border-style: none;
}