.styleBody
{
    background-color: white;
	cursor : default;
	font-weight : normal;
	color : black;
}
.styleMsg1
{
	color: black;
    font-family:Arial;
    font-weight: bold;
    font-size: 13px;
}
.styleMsg2
{
	color: black;
    font-family:Arial;
    font-size: 12px;
	text-decoration: none;
}
.styleMsg
{
	color: black;
    font-family:Arial;
    font-size: 11px;
    background: #EEF1F4;
}
.styleMsgDate
{
	color: black;
    font-family:Arial;		
    font-size: 11px;
}
.styleMsgWriter
{
	color: black;
    font-family:Arial;		
    font-size: 12px;
}
.stylePage 
{
    font-family:Arial;
    color:#454545;
    font-size: 12px;
    font-weight: normal;
}
.stylePageLink 
{
    font-family:Arial;
    color:#101010;
    font-size: 12px;
    font-weight: bold;
    cursor:pointer;
	text-decoration: none;
}
.styleNewMsg 
{
    font-family:Arial;
    color:#435C6F;
    font-size: 12px;
    font-weight: bold;
    cursor:pointer;
	text-decoration: none;
}
.styleFieldTitle
{
	color: black;
    font-family:Arial;
    font-size: 12px;
}
.styleSubTitle 
{
    font-family:Arial;
    color:black;
    font-size: 15px;
    font-weight: bold;
}
.styleForumButton
{
    border:1 solid gray;
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial;
    background-color: #BED1F8;
    font-weight: bold;
    cursor: pointer
}
.styleForumButton2
{
    border:1 solid gray;
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial;
    font-weight: bold;
	height: 18px;
    cursor: pointer;
    background-color: #BED1F8;
}


