@charset "iso-8859-1";
	th, td {
	    font-family: arial;
	    font-size: 11px;
	}
	th {
	    color: #FFFFFF;
	    background-color: #838383;
	    font-weight: bold;
	    text-align: center;
	}
        div.hr  {
            height: 10px;
            background: #fff url('../images/hr.png') repeat-x scroll center;
        }
        div.hr hr {
            display: none;
        }
        img {
            border: 0px;
        }
        ul, ol {
            text-align:left;
        }
        ul {
            list-style-type: none;
            padding: 0;
            margin: 0; 
        }
        .main {
            width: 758px;
        }
        .headerMain, .headerBottom {
            color: #838383;
            font-family: arial;
            font-weight: bold;
        }
        .headerBottom {
            text-align: center;
            font-size: 12px;
        }
        .headerMain {
            text-align: center; 
            font-size: 15px;
        }
        .itemTitle,.error {
            font-family: arial;
            font-size: 16px;
            font-weight: bold;
        }
        .itemTitle {
            color: #000000;
        }
        .error {
            color: #FF0000;
        }
        .itemText {
            color: #050505;
            font-family: arial;
            font-size: 14px;
            text-align: justify;
        }
        .itemImportant {
            color: #000000;
            font-family: arial;
            font-size: 11px;
            text-align: center;
        }
	.menuHeader {
	    width: 150px;
	    background-color: #838383;
	    color: #ffffff;
            font-family: arial;
            font-size: 13px;
            text-align: center;
	}
	.menuRow {
	    width: 150px;
	    color: #838383;
            font-family: arial;
            font-size: 12px;
	}
	.menuImage {
            text-align: center;
	}
        ul li {
            margin-top: 5px;
            background-image: url('../images/menuIcon.png');
            background-repeat: no-repeat;
            background-position: 0 0em;
            padding-left: 12px;          
            font-size: 14px; 
        }
        .clear {
            height: 12px;
        }
