/*-------------------*/
/*  COLOR CONSTANTS  */
/*-------------------*/

.color_menu { 
    background-color: #004c78;
}

.color_menu_visited {
	background-color: #6088a1; 
}

.color_menu_hover {
	background-color: #387eaa;
}

/*-----------------*/
/*  BGCOLOR STYLE  */
/*-----------------*/

html,
body,
.wnd_header,
.wnd_content_header,
.wnd_content,
.wnd_content_footer,
.wnd_footer,
.form_header,
.form_content_header,
.form_content,
.form_content_footer,
.form_footer
{
    background-color: #f0f0f0;
}

.wnd_hbar,
.form_hbar
{
    background-color: #6088a1;
}

/*-------------------*/
/*  IMAGE CONSTANTS  */
/*-------------------*/

.tile_menu {
	background-image: url('tile00.jpg');
}

.tile_menu_hover {
	background-image: url('tile01.jpg');
}

.tile_menu_visited {
    background-image: url('tile05.png');
}

/*---------------*/
/*  IMAGE STYLE  */
/*---------------*/

.wnd_header,
.form_header,
.form_header_logo
{
    background-image: url('header00.png');
    background-position: bottom;
    background-repeat: repeat-x;
}

.form_header_caption
{
    background-image: url('tile04.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

.form_header_menu
{
    background-image: url('tile00.jpg');
    background-repeat: repeat-x;
}

.wnd_content_header,
.form_content_header 
{
	background-image: url('tile03.jpg');
    background-repeat: repeat-x;
}

.wnd_content,
.form_content
{
    background: transparent;
}

.wnd_content_footer,    
.form_content_footer    
{
    background-image: url('footer00.jpg');
    background-repeat: repeat-x;
}

.list-img	
{
	list-style-type: disc;
	list-style-image: url('dot00.gif');
}
