body
{
	margin:0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/BGyellowLight.gif);
	background-color:#999999;
	font-family: Verdana, Arial, Geneva, Franklin Gothic Book, sans-serif;
	font-size: 12pt;
}

p
{
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Geneva, Franklin Gothic Book, sans-serif;
	font-size: 12px;
	font-color: black;
}

.DefaultFont
{
	font-family: Verdana, Arial, Geneva, Franklin Gothic Book, sans-serif;
	font-size: 12px;
	font-color: black;
}

.BoldFont
{
	font-family: Verdana, Arial, Geneva, Franklin Gothic Book, sans-serif;
	font-size: 12px;
	font-color: black;
	font-weight: 700;
	line-height: 16px;
}

.Headline
{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #0000CC;
}

.HeadlineSmall
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #0000CC;
}

.Triangle
{
	width:11px; 
	height:24px; 
	margin-top: 2px;
	margin-right: 2px;
	display:inline-block; 
	background-color: transparent; 
	float:left;
}
.Triangle3
{
	width:11px; 
	height:36px; 
	margin-top: 2px;
	margin-right: 2px;
	display:inline-block; 
	background-color: transparent; 
	float:left;
}

.DivTest
{
	position: relative;
	background-color: #BBC;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 40px;
	padding-top: 240px;
	text-align: center;
}

a:link
{
	color: #0000cc; 
	text-decoration: none;
}
a:visited
{
	color: #0000cc; 
	text-decoration: none;
} 
a:active 
{
	color: rgb(255,152,51);
	text-decoration: underline;
}
a:hover
{
	color: rgb(255,152,51);
	text-decoration: underline;
}

table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}


.MenuLabel
{
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.MenuLabel:link
{
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.MenuLabel:visited
{
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.MenuLabel:hover
{
	color: rgb(0,0,204);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.ImageBorder
{
    BORDER: #a9a9a9 1px solid;
    PADDING: 4px;
    BACKGROUND-COLOR: #ffffff;
    WIDTH: 120px;
}

.img-shadow
{
  float:left;
  background: url(/images/shadow.gif) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}