body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight: normal;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2F3EA8;


}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #7680F5;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight: normal;
	text-transform: none;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 9px;
}

a:link { color:#0066FF; text-decoration: none }
a:visited {text-decoration: none; color: #0066FF}
a:active {text-decoration: none; color: #0066FF}
a:hover {color:#FF6600; text-decoration: underline }

.border{
	border: 1px dotted #9EA7E4;
	margin-top: 10px;
}

/*styles for the navigation bar*/

#navbar ul{
	background-color: #FF9900;
	text-align:left;
	border: 1px solid #666666;
	padding:2px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

#navbar ul li{
	display: inline;
	padding:0px;
}

#navbar ul li a{
	text-align:left;
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
	margin: 2px;
	padding-right:15px;
	padding-left:10px;
	border-top: 1px none #999999;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	font-weight: bold;
}
#navbar ul li a:hover{
	color:#666666;
}
.MainTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color:#666666;
	text-align:left;
	text-transform: uppercase;
}
.Orange {color: #FF9933}
.LightGrey {color: #CCCCCC}
.SideBoxTop {
	background-image: url(graphics/SideBoxTop.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
.SideBoxBottom {
	background-image: url(graphics/SideBoxBottom.gif);
	background-repeat:no-repeat;
}
.SideBoxMiddle {
	background-image: url(graphics/SideBoxMiddle.gif);
	background-repeat:repeat-y;
}
.SideBoxTop_small {
	background-image: url(graphics/SideBoxTop_small.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
.SideBoxBottom_small {
	background-image: url(graphics/SideBoxBottom_small.gif);
	background-repeat:no-repeat;
}
.SideBoxMiddle_small {
	background-image: url(graphics/SideBoxMiddle_small.gif);
	background-repeat:repeat-y;
}
.BoxTop {
	background-image: url(graphics/BoxTop.gif);
	background-repeat:repeat-x;
}
.BoxBottom {
	background-image: url(graphics/BoxBottom.gif);
	background-repeat:repeat-x;
}
.BoxLeft {
	background-image: url(graphics/BoxLeft.gif);
	background-repeat:repeat-y;
}
.BoxRight {
	background-image: url(graphics/BoxRight.gif);
	background-repeat:repeat-y;
}
.SubHeadings {
	font-size:14px;
	color: #FF9900;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 3px;
	text-transform: uppercase;
}
.closeform {
	padding: 0px;
	margin: 0px;
}
.HL {
	background-image: url(graphics/TwoToneHorizontalLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.submenu {
	letter-spacing: 1px;
	padding-left: 10px;
}

.cssCurvedTable {
	background : #FFFFFF;
	height : auto;
	position : relative;
	padding : 5px 5px;
	border: 1px solid #FFC240;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tl, .tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px; 
  display : block;
}
.tl {
      background : transparent url(graphics/invisible.gif) no-repeat;
	  margin-top:-1px;
	  margin-left:-1px;
	  top: 0;
	  left: 0;
}
.tr {
  background : transparent url(graphics/invisible.gif) no-repeat;
  top : 0;
  right : 0;
  margin-top:-1px;
  margin-right:-1px;
}
.bl {
  background : transparent url(graphics/invisible.gif) no-repeat;
  bottom : 0;
  left : 0;
  margin-bottom : -1px;  
  margin-left:-1px;
}
.br {
  background : transparent url(graphics/invisible.gif) no-repeat;
  right : 0;
  bottom : 0;
  margin-bottom : -1px;
  margin-right:-1px;
}
