BODY {
	background-color : White;
	margin : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #3359a7;
	scrollbar-track-color : #EBEBEB;
	        }
A.h_menu:LINK {
	color : #343434;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu:VISITED {
	color : #343434;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu:HOVER {
	color : #343434;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu:ACTIVE {
	color : #343434;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu_activ:LINK {
	color : White;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu_activ:VISITED {
	color : White;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu_activ:HOVER {
	color : White;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu_activ:ACTIVE {
	color : White;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
.h_menu_text {
	color : Black;
	font-size : 10px;
}
A.h_menu2:LINK {
	color : White;
	text-decoration : none;
	font-size : 10px;
}
A.h_menu2:VISITED {
	color : White;
	text-decoration : none;
	font-size : 10px;
}
A.h_menu2:HOVER {
	color : White;
	text-decoration : underline;
	font-size : 10px;
}
A.h_menu2:ACTIVE {
	color : White;
	text-decoration : underline;
	font-size : 10px;
}
A.h_menu2_activ:LINK {
	color : White;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu2_activ:VISITED {
	color : White;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu2_activ:HOVER {
	color : White;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.h_menu2_activ:ACTIVE {
	color : White;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
.h_menu2_text {
	color : White;
	font-size : 10px;
}
.window_header {
	color : White;
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	}
.window_title {
	color : Black;
	font-size : 12px;
	font-weight : bold;
	margin : 0;
	}
.window_text {
	color : #232323;
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	padding-bottom : 5px;
	}
.window_text1 {
	color : #232323;
	font-size : xx-small;
	font-weight : normal;
	margin : 0;
	}
.window_list {
	color : #232323;
	font-size : xx-small;
	margin : 0;
	list-style-type : disc;
	}
.links_list {
	color : #232323;
	font-size : xx-small;
	margin : 0;
	list-style-type : disc;
	padding : 0;
	}
A.window_link:LINK {
	color : #3359a7;
	font-size : xx-small;
}
A.window_link:VISITED {
	color : #3359a7;
	font-size : xx-small;
}
A.window_link:HOVER {
	color : #656565;
	font-size : xx-small;
}
A.window_link:ACTIVE {
	color : #3359a7;
	font-size : xx-small;
	}
H1.window_h1 {
	font-size : 14px;
}
H2.window_h2 {
	font-size : 12px;
}
PRE {
	font-family : "Courier New", Courier, monospace;
	color : #232323;
	font-size : 12px;
	font-weight : normal;
	margin : 0;
	padding-bottom : 5px;
}
PRE.base_pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #232323;
	font-size : xx-small;
	font-weight : normal;
	margin : 0;
	padding-bottom : 5px;
}

.formfield
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-WEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.Btn
{
    PADDING: 0px;
    MARGIN: 0px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #3359A7;
    COLOR: white;
    CURSOR: pointer;
    CURSOR: hand;
    BORDER: 1px solid #6e89c1;
    WIDTH: 70px;
    HEIGHT: 20px
}

.Lnk
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: blue;
    cursor: pointer;
    cursor: hand;
    text-decoration: underline
}

.LnkI
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: green;
    font-style: italic
}

