body {
    margin: 0px;
    padding: 0px;
}

td, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}

legend {
    font-weight: bold;
}

a:link, a:visited, a:active {
	color: #000099;
    font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: none;
}

a.slim:link, a.slim:visited, a.slim:active {
	color: #000099;
    font-weight: normal;
	text-decoration: none;
}
a.slim:hover {
	color: #999900;
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
    font-weight: normal;
	text-decoration: none;
}
a.white:hover {
	color: #999900;
	text-decoration: none;
}


.main {
    width: 800px;
}

.logo_b {
    background-image: url('../images/logo_bg.gif');
    background-repeat: repeat-x;
    width: 563px;
}

.menu_top {
    position: absolute;
}
.menu_top_links {
    position: relative;
    left: 371px;
    top: -11px;
}


/* Blocks */
#block {
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
}
.block_title {
    border-bottom: 1px solid #999999;
    color: #000099;
}
.block_content {
    /* padding-left: 20px; */
}


/* Action */
.action_title {
	font-family: Arial;
    color: #999900;
    font-weight: bold;
	font-size: 18px;
    /* padding: 15px 0px 5px 15px; */
    padding-top: 15px;
    
}
.action_content {
    /* padding: 0px 10px 15px 15px; */
}


/* Other */
.content {
	font-size: 12px;
}

.menu_border {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.menu_cats {
    padding: 3px 0px 3px 10px;
}

.style1 {
	color: #000099;
}
.style2 {
	color: #999900;
}

.alignl td {
    text-align: left;
}
.imgborder {
    border: 1px solid #b5b5b6;
    padding: 1px;
}

.paddleft20 {
    padding-left: 20px;
}
.required {
    font-size: 14px;
    font-weight: bold;
    color: red;
}