/* Default CSS Stylesheet for a new Web Application project */





.ContentHeadXLarge
{
    color: #005DA3;
    font-family: Verdana, Arial;
    font-size:  18px;
    font-weight: bold;

}
.ContentHeadLarge
{
    color: #005DA3;
    font-family: Verdana, Arial;
    font-size:  16px;
    font-weight: bold; 

}
.ContentHeadNormal
{
    color: #005DA3;
    font-family: Verdana, Arial;
    font-size:  16px;

}


.ContentHeadLargeUnder
{
    color: #005DA3;
    font-family: Verdana, Arial;
    font-size:  16px;
    font-weight: bold; text-decoration:underline

}
.ContentHead
{
    color: #005DA3;
    font-family: Verdana, Arial;
    font-size:  14px;
    font-weight: bold;

}

.ContentHeadBlack
{
    font-family: Verdana, Arial;
    font-size:  14px;
    font-weight: bold;

}
.ContentHeadUnder
{
    color: #005DA3;
    font-family: Verdana;
    font-size:  14px;
    font-weight: bold; text-decoration:underline

}
.ContentMessage
{
    color: red;
    font-family: Verdana, Arial;
    font-size:  12px;
    font-weight: bold;

}
.Content
{
	color: Black;
	font-family: Verdana, Arial;
    font-size:  12px;
    font-weight:normal;
}
.ContentBold
{
	color: #005DA3;
	font-family: Verdana, Arial;
    font-size:  12px;
    font-weight:bold;
}
.ContentBoldUnder
{
	color: #005DA3;
	font-family: Verdana, Arial;
    font-size:  12px;
    font-weight:bold; text-decoration:underline
}