body {
    color: #333333;
    font-size: 9pt;
    font-family: Verdana,  Arial, Helvetica, sans-serif;
    background: #f0f0f0 url('/pic/bg_page.gif') 0px 10px repeat-x;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.bg_hatch {
    background: url('/pic/bg_hatch.gif') repeat-x;
}

/******************************  Navigation path *****************************/

.navigation_path {
	font-size: 8pt;
	color: #ffffff;
}

.navigation_path a {
	font-size: 8pt;
	color: #ffffff;
    text-decoration: none;
}

.navigation_path a:hover {
    text-decoration: underline;
}

/********************************** Title ************************************/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #ffffff;
    display: block;
    font-weight: normal;
	margin-left: 16px;
	margin-top: 2px;
	margin-bottom: 1px;
}

/********************************** Content **********************************/

#content {
	font-size: 9pt;
}

#content p, td {
	font-size: 9pt;
}

#content h2 {
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
}

#content a {
    color: #080E66;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

/**********************************  Footer **********************************/

#footer td {
	font-size: 8pt;
    color: #c0c0c0;
}

#footer strong {
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
}

/********************************** Gallery **********************************/

#gallery {
    margin-left: 8px;
}

#gallery img {
    border: #c0c0c0 1px solid;
}

#gallery .image_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#gallery a {
    color: #080E66;
    text-decoration: none;
}

#gallery a:hover {
    text-decoration: underline;
}

/******************************* Gallery picture *****************************/

#gallery_picture {
    margin-left: 8px;
}

#gallery_picture img {
    border: #c0c0c0 1px solid;
}

#gallery_picture h2 {
    color: #080E66;
    font-size: 16pt;
    font-weight: normal;
}

/***************************** Diamonds table ********************************/

table.diamonds {
	border-bottom: #080E66 1px solid;
    margin-top: 12px;
    font-size: 7pt;
    font-family: Verdana,  Arial, Helvetica, sans-serif;
    border-spacing: 1px;
    clear: both;
}

table.diamonds a {
    color: #080E66;
    text-decoration: none;
    border-bottom: #080E66 1px solid;
}


table.diamonds th {
    text-align: center;
    background-color: #080E66;
    color: #ffffff;
    font-weight: normal;
    font-size: 7pt;
    padding: 1px;
    margin: 0px;
}

table.diamonds td {
    font-size: 7pt;
    text-align: center;
    vertical-align: top;
}

/************************** Information table ********************************/

table.information {
    background-color: #ffffff;
	border: #666666 1px solid;
    font-size: 7pt;
    font-family: Verdana,  Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

table.information td {
	border: #666666 1px solid;
    font-size: 7pt;
    text-align: center;
    vertical-align: middle;
}

/************************** Details table *************************************/

table.details {
    background-color: #ffffff;
	border-top: #cccccc 1px solid;
    font-size: 9pt;
    font-family: Verdana,  Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

table.details th {
	border-bottom: #cccccc 1px solid;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

table.details td {
	border-bottom: #cccccc 1px solid;
    text-align: left;
    vertical-align: middle;
}

/****************************** Form Layout **********************************/

form .field {
    margin-left: 60px;
    margin-bottom: 17px;
}

form .field_name {
    margin-left: -60px;
    margin-top: -6px;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-size: 18pt;
    color: #d0d0d0;
    width: 120px;
    background: url('/pic/bg_form.gif') no-repeat;
}

#form_divider {
    width: 100%;
    height: 13px;
    background: #ffffff url('/pic/bg_hatch.gif') top left repeat-x;
    margin-top: 10px;
    margin-bottom: 25px;
    clear: both;
}

/************************* Navigation records layout *************************/

#navigation_records {
	text-align: left;
} 

#navigation_records a {
	font-size: 8pt;
	color: #080E66;
    text-decoration: none;
}

#navigation_records a:hover {
    text-decoration: underline;
}

#navigation_records .current {
	font-size: 8pt;
	color: #ffffff;
    background-color: #080E66;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

/******************************** Menu layout ********************************/

#menu {
    font-size: 8pt;
    font-family: Verdana,  Arial, Helvetica, sans-serif;
}

#menu ul {
    padding-left: 16px;
    margin-left: 0;    
    margin-top: 15px;
    margin-bottom: 15px;
}

#menu ul li {
    list-style: url('/pic/bullet_menu.gif');
    margin-left: 17px;
}

#menu ul li a:link, 
#menu ul li a:visited {
    color: #333333;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #080E66;
    text-decoration: underline;
}

#menu ul li ul {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
}

#menu ul li ul li {
    margin-left: 0px;
    list-style-type: none;
}

/**************************** Payment layout *********************************/

#payment h2 {
    color: #080E66;
    font-size: 16pt;
    font-weight: normal;
}

/****************************** Offer layout *********************************/

#offer h2 {
    color: #080E66;
    font-size: 16pt;
    font-weight: normal;
}

/****************************** Footer links *********************************/

#footer_links {
    padding: 0px 20px 0px 66px;
    font-size: 7pt;
    color: #c0c0c0;
}

#footer_links p {
    margin: 5px 0px;
    padding: 0px 0px 0px 0px;
}

#footer_links a {
    color: #c0c0c0;
}
