BODY
{
	font-size: 12px;
	margin: 0px;
	color: black;
	font-family: Arial;
	background-color: white;
}

.Menu-bg
{
	background-image: url(Images/Menu-bg.gif);
	width: 100%;
	background-repeat: repeat-x;
}
.InputText
{
	border-right: #BDBDBD 1px solid;
	border-top: #BDBDBD 1px solid;
	font-weight: bolder;
	font-size: 12px;
	border-left: #BDBDBD 1px solid;
	color: #666666;
	width:115px;
	border-bottom: #BDBDBD 1px solid;
	font-family: Arial;
}
.Button-bg
{
	border-top-width: 1px;
	font-weight: bolder;
	border-left-width: 1px;
	font-size: 12px;
	border-left-color: darkgray;
	background-image: url(Images/Button-bg.gif);
	border-bottom-width: 1px;
	border-bottom-color: darkgray;
	color: #666666;
	width:60px;
	border-top-color: darkgray;
	background-repeat: repeat-x;
	font-family: Arial;
	border-right-width: 1px;
	border-right-color: darkgray;
}

A:link
{	font-weight: bolder;
	font-size: 12px;
	color: dimgray;
	font-family: Arial;
	text-decoration: none;
}

A:visited
{	font-weight: bolder;
	font-size: 12px;
	color: dimgray;
	font-family: Arial;
	text-decoration: none;
}

A:hover
{	font-weight: bolder;
	font-size: 12px;
	color: darkgray;
	font-family: Arial;
	text-decoration: none;
}


A:link.top
{	font-weight: normal;
	font-size: 12px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

A:visited.top
{	font-weight: normal;
	font-size: 12px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

A:hover.top
{	font-weight: normal;
	font-size: 12px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}


A:link.bottom
{	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

A:visited.bottom
{	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

A:hover.bottom
{	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}


A:link.blue
{	font-weight: bold;
	font-size: 12px;
	color: 0033CC;
	font-family: Arial;
	text-decoration: underline;
}

A:visited.blue
{	font-weight: bold;
	font-size: 12px;
	color: 0033CC;
	font-family: Arial;
	text-decoration: underline;
}

A:hover.blue
{	font-weight: bold;
	font-size: 12px;
	color: 0033FF;
	font-family: Arial;
	text-decoration: underline;
}




A:link.blue1
{	font-weight: bold;
	font-size: 11px;
	color: 0033CC;
	font-family: Arial;
	text-decoration: underline;
}

A:visited.blue1
{	font-weight: bold;
	font-size: 11px;
	color: 0033CC;
	font-family: Arial;
	text-decoration: underline;
}

A:hover.blue1
{	font-weight: bold;
	font-size: 11px;
	color: 0033FF;
	font-family: Arial;
	text-decoration: underline;
}



A:link.small
{	font-weight: bold;
	font-size: 11px;
	color: 336699;
	font-family: Arial;
	text-decoration: none;
}

A:visited.small
{	font-weight: bold;
	font-size: 11px;
	color: 336699;
	font-family: Arial;
	text-decoration: none;
}

A:hover.small
{	font-weight: bold;
	font-size: 11px;
	color: 336699;
	font-family: Arial;
	text-decoration: none;
}









.TopBar
{
	background-image: url(Images/Top.gif);
	background-repeat: no-repeat;
	width: 797px;
	height:78px;
}
.Gray-bg
{
	background-image: url(Images/Gray-bg.gif);
	width:177px;
}

.Main-bg
{
	background-image: url(Images/Main-bg.gif);
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.MainText
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-align: justify;
}

.Border
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}

.Border1
{
	border-right: whitesmoke 1px solid;
	padding-right: 10px;
	border-top: whitesmoke 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: whitesmoke 1px solid;
	padding-top: 10px;
	border-bottom: whitesmoke 1px solid;
	background-color: #c0d5e5;
}