﻿img 
{
display:block;
}

tbl, span, p, div
{
	font-family: Verdana, Arial, sans-serif;
}

h1
{
    font-size:20pt;
    font-weight:bold;
    text-align:center;
    margin-bottom:20px;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.font1_4_normal
{
	font-family: Verdana;
	font-size: 4pt;
}

.font1_5_normal
{
	font-family: Verdana;
	font-size: 5pt;
}

.font1_6_normal
{
	font-family: Verdana;
	font-size: 6pt;
	
}

.font1_7_normal
{
	font-family: Verdana;
	font-size: 7pt;
	
}

.font1_7_black
{
	font-family: Verdana;
	font-size: 7pt;

}

.font1_7_bold
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

.font1_7_error
{
	font-family: Verdana;
	font-size: 7pt;
	color: Red;
}

.font1_8_normal
{
	font-family: Verdana;
	font-size: 8pt;
	
}

.font1_8_italic
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
}

.font1_8_error
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}

.font1_8_optional
{
	font-family: Verdana;
	font-size: 8pt;
	color: Green;
}

.font1_8_bold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.font1_9_normal
{
	font-family: Verdana;
	font-size: 9pt;
}

.font1_9_bold
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.font1_9_error
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
}

.font1_10_normal
{
	font-family: Verdana;
	font-size: 10pt;
}

.font1_10_bold
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.font1_12_normal
{
	font-family: Verdana;
	font-size: 12pt;
}

.font1_12_bold
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.font1_12_error
{
	font-family: Verdana;
	font-size: 12pt;
	color: Red;
}

.font1_12_highlight
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: Scrollbar;
}

.font1_14_normal
{
	font-family: Verdana;
	font-size: 14pt;
}

.font1_14_bold
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}

.font1_16_normal
{
	font-family: Verdana;
	font-size: 16pt;
}

.font1_16_bold
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}

.font1_18_bold
{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
}

.font1_20_bold
{
	font-family: Verdana;
	font-size: 20pt;
	font-weight: bold;
}

        .ratingStar.waitingRatingStar
        {
            background-image:url('../images/stars/yellow.jpg');
            width:31px;
            height:30px;
        }
        .ratingStar.filledRatingStar
        {
            background-image:url('../images/stars/gold.jpg');
            width:31px;
            height:30px;
        }
        .ratingStar.emptyRatingStar
        {
            background-image:url('../images/stars/empty.jpg');
            width:31px;
            height:30px;
        }
