FORM {
	border : 5px dotted #FFD700;
	margin : 0;
	width: 600px;

}

body {
  margin: 0px;
  padding: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color : navy;
  text-align: left; /*1 0f 2 centeringhack*/
  background-image : none;
  background-color: #000000;
  }

.tiptext {
	font-family : Verdana;
	font-size : 11px;
//	height : 110%;
	color : #FFD700;
	text-align : justify;
	position : relative;
	width : 600px;
  	padding: 10px;
}

#content {
  padding-left : 5px;
  padding-top : 8px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 0px none #000;
  text-align: left; /*part 2 of 2 centering hack*/
  width: 600px;
  	background-image : none;
  }

#content1 {
  padding-left : 5px;
  padding-top : 8px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 0px none #000;
  text-align: left; /*part 2 of 2 centering hack*/
  width: 600px;
  }

#content2 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #9B9B9B;
  border: 0px solid #000;
  text-align: left; /*part 2 of 2 centering hack*/
  width: 600px;
  border : 5px none #FFD700;
  padding: 10px;
  }

.titlerow1 {
	width:600px;
}
.titlerow2 {
	width:600px;
}
/*use to insert a form section heading*/
.sectionrow {
	width:600px;
}
/*use to insert  basic form bodytext*/
.textrow {
	width:600px;
}

.heading {
	font-size : 20px;
	line-height : 22px;
	font-style : italic;
	text-align: center;
    background-color: #9B9B9B;
	width:600px;
}

.heading2 {
	font-size : 14px;
	font-weight: bold;
	line-height : 22px;
	text-align: left;
	color: white;
//  	background-image : none;
}

.menu {
	font-size : 14px;
	font-style : normal;
}

h1 {
			padding: 			0px 5px 0px 5px;
			border : 			none;
			margin: 			0px 0px 0px 0px;
			font-size: 			2em;
			line-height:		1.5em;
			text-align: 		center;
			color: 				#ffffff;
			background-color: 	#000080;
			clear: 				both;}
			
h2 {
			padding: 			0px 5px 0px 5px;
			border : 			none;
			margin: 			0px 0px 0px 0px;
			font-size: 			2em;
			line-height:		1.5em;
			text-align: 		center;
			color: 				#000080;
			background-color: 	transparent;
			clear: 				left;}
				
h6 {
			padding:			0px 0px .2em 0px;
			border-bottom:  	2px solid #dc143c;
			margin: 			0px 0px 0px .3em;
			width: 				90%;
			font: 				bold 1.2em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: 		left;
			text-transform: 	uppercase;
			color: 				#dc143c;
			background-color: 	transparent;}
			
fieldset {
			padding: 			0px .5em .5em .5em; 
			border: 			2px solid #dc143c; 
			margin : 			0px 0px 0px 0px;
			clear: 				left;}

A.sampletabs:LINK {
	font-weight : bold;
	text-decoration : none;
	color : white;
}
A.sampletabs:VISITED {
	font-weight : bold;
	text-decoration : none;
	color : white;
}
A.sampletabs:HOVER {
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #FFD700;
}
A.sampletabs:ACTIVE {
	font-weight : bold;
	text-decoration : none;
	color : white;
}
A.sampletop:LINK {
	font-weight : bold;
	text-decoration : none;
	color : firebrick;
}
A.sampletop:VISITED {
	font-weight : bold;
	text-decoration : none;
	color : firebrick;
}
A.sampletop:HOVER {
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #FFD700;
}
A.sampletop:ACTIVE {
	font-weight : bold;
	text-decoration : none;
	color : firebrick;
}
