/**
 * @IE6 png fix
 * 
 *
 */
img, div, body { 
	behavior: url(iepngfix.htc)
}

img{
    border:0px;
}

body{
	font-family:        arial, "lucida console", sans-serif;
    font-size:          12px;
}

#page_container{
 	position:			relative;
 	width:				965px;
	margin-top:			10px;
	margin-left:		auto;
	margin-right:		auto;
}

a:link, a:visited, a:active{
    color:              #000066;
    font-weight:        normal;
    text-decoration:    none;
}

a:hover{
    color:              #000066;
    font-weight:        normal;
    text-decoration:    underline;
}

#error_page{
    width:              500px;
    margin-left:        auto;
    margin-right:       auto;
    text-align:         center;
}

#error_page .body{
    color:              red;
    font-weight:        bold;
    text-decoration:    none;
}

#error_page .body a:link, #error_page .body a:visited, #error_page .body a:active, #error_page .body a:hover{
    color:              red;
    font-weight:        bold;
    text-decoration:    underline;
}
