/* HTML */
/**********************************/
html, body
{
margin:0px 0px 0px 0px;
background-color: #FFFFFF;
}

*
{
margin:0px;
padding:0px;
color: #000;
font-size:10pt;
font-family: Verdana, Arial, Lucida, Geneva, Helvetica, sans-serif;
line-height: 140%;
direction: ltr;
}


/* HTML-Elements */
/**********************************/

a:link,a:active,a:visited
{
text-decoration:none;
color: #D0BFAC;
}
a:hover
{
text-decoration:underline;
color: #D0BFAC;
}

h1
{
font-size:13pt;
font-weight:bold;
color:#D0BFAC;
margin-top:15pt;
}

h2
{
font-size:11pt;
font-weight:bold;
color:#D0BFAC;
margin-top:11pt;
}



/* layout*/
/**********************************/

#content
{
display: block;
width:648px;
margin: 30px 0px 0px 16px;
padding: 0px 0px 0px 0px;
}

.menu
{
display:none;
}


.content_img img
{
width:648px;
}

.portfolio_nav
{
display:none;
}



.errormsg
{
display: block;
width: 100%;
margin-bottom: 16px;
}

.errormsgtitle
{
padding: 4px 10px 5px 10px;
color: #FFF;
font-weight: bold;
background-color: #B40004;
}

.errormsgcontent
{
border-left: 1px solid #B40004;
border-right: 1px solid #B40004;
border-bottom: 1px solid #B40004;
padding: 5px 10px 10px 10px;
background-color: #FFF;
color: #B40004;
}


.msg
{
display: block;
width: 100%;
margin-bottom: 16px;
}

.msgtitle
{
padding: 4px 10px 5px 10px;
color: #FFF;
font-weight: bold;
background-color: #3F6BB2;
}

.msgcontent
{
border-left: 1px solid #3F6BB2;
border-right: 1px solid #3F6BB2;
border-bottom: 1px solid #3F6BB2;
padding: 5px 10px 10px 10px;
background-color: #FFF;
color: #3F6BB2;
}
