a, a:visited {
	text-decoration: none;
}

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: #397B84;
	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 {
	color: #4FC5D5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px dotted Gray;
	border-collapse: collapse;
	text-decoration: none;
	cursor: hand;


/* ~~~~~~~~~~/ Hyperlink~~~~~~~~~~~~~~~~~~~~~~~~ */

.MenuItemText {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #292929;
}

.ShopMenuItemText, .ShopMenuItemText A, .ShopMenuItemText A:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

/* input.button */
.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;
}


