/* ~~~~~~~~~~~~~~~~~ PAGE ~~~~~~~~~~~~~~~~~ */
body {
	BACKGROUND-IMAGE: url(/Resources/Pictures/GUI/bkg.gif);
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #4F5B7E;
	
	scrollbar-base-color:       #FFFFFF; /* ??? Doesn't show ??? */
	scrollbar-track-color:      #EFF2F5; /* Scrollbar track color */
	scrollbar-face-color:       #F1F3F6; /* Scrollbar and button face color */
	scrollbar-arrow-color:      #A4B4C8; /* Arrow color */
	scrollbar-highlight-color:  #EEF1F4; /* Inner border color left & top */
	scrollbar-3dlight-color:    #728AAA; /* Outer border color left & top */
	scrollbar-shadow-color:     #D9DFE8; /* Inner border color right & bottom */
	scrollbar-darkshadow-color: #728AAA; /* Outer border color right & bottom */	
}
	
a, a:visited {
	text-decoration: none;
}

.Text_Normal_White A, .Text_Normal_White A:Visited {
	text-decoration: none;
	color: White;
}

h1 	{
	vertical-align: top;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	font-size: 16px;
	font-weight: Bold;
}

/* ~~~~~~~~~~~~~~~~~ /PAGE ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~ Text ~~~~~~~~~~~~~~~~~ */
.Text_Normal, .Text_Normal_Justified, .Text_Normal_White  {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000; 
	font-size: 11px;
	font-weight: normal;
}

.Text_Normal_Justified 	{
	text-align: justify
}
	
.Text_Normal_Italic	{
	font-style: italic;
}
.Text_Normal_White	{
	color: White;
	}
/* ~~~~~~~~~~~~~~~~~ /Text ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~ Headings ~~~~~~~~~~~~~~~~~ */
.Heading_PageTitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.Heading_Normal {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/* ~~~~~~~~~~~~~~~~~ /Headings ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~ Hyperlink ~~~~~~~~~~~~~~~~~ */
.HyperLink_Normal {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5175ED;
	border-bottom: 1px dotted Gray;
	border-collapse: collapse;
	text-decoration: none;
	cursor: hand;
}
.HyperLink_Normal_White {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	border-bottom: 1px dotted White;
	border-collapse: collapse;
	text-decoration: none;
	cursor: hand;
}
.HyperLink_Normal:hover {
	background-color: #D5BCCF;
}
/* ~~~~~~~~~~~~~~~~~ /Hyperlink ~~~~~~~~~~~~~~~~~ */

.MenuItemText {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #292929;
}

.Button0 {
	border: 1px solid #555555;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: Bold;
	color: #222222;
	background-color: #A0C9D1;
	/*padding-bottom: 1px;
	padding-top: 1px;*/
	border-style: solid;
	background-image: url(/Resources/Pictures/GUI/btnBkg.gif);
	cursor: hand;
}










