@charset "utf-8";

.style1 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

.style2 {
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    color: #800000;
    text-decoration: none;
}

.style3 {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

    .style3:hover {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #800000;
        color: #800000;
    }

.style4 {
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.style5 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.style6 {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.table_border {
    border: 1px solid #CCCCCC;
}
.table_heading {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	padding: 8px;
	text-transform: uppercase;
	background-color: #E4E4E4;
}
.table_header2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #EBEBEB;
	text-transform: uppercase;
}



    .table_border td {
        padding: 5px;
        border: 1px solid #CCCCCC;
    }

    .table_border th {
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #800000;
        padding: 5px;
        border: 1px solid #CCCCCC;
    }

.td_paddingwithborder {
    padding: 5px;
    border: 1px solid #CCCCCC;
}
.table_header  {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #800000;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.td_paddingwithoutborder {
    padding: 10px;
}

.table_form {
    background-color: #eeeded;
    border-color: #808080;
}

    .table_form td {
        padding: 5px;
    }
.table_reports {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 8px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
}

.table_reports:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.form_textfield {
	width: 200px;
	border: thin solid #999999;
	padding: 5px;
}
.from_textfield2 {
	width: 100px;
	border: thin solid #999999;
	padding: 5px;
}
