/* FORM STYLES */
form {width: 75%; margin-top: 30px;}
 
fieldset{
padding:10px;
border: 1px solid #003366;
margin-bottom:60px;
margin-left: 25px; 
width: 400px;
}

Body {
              font-size: 12px;
              font-family : default;
              color: #FFFFFF;
              margin: 0px;
	background-color: #000000;
              background-repeat: repeat;
              background-attachment : fixed;

}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #990000;
	text-decoration: none;
}

A:link {
	color: #999999;
	text-decoration: none;
              font-weight: bold;

}

A:visited {
	color: #FFFFFF;
	text-decoration: none;
              font-weight: bold;

}

A:active {
	color: #999999;
	text-decoration: none;
              font-weight: bold;

}

A:hover {
 color:#990000;
 text-decoration: none;
 font-weight: bold;

}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

TD.whitetext {
	font-size: 11px;
	font-family : Verdana;
	color : #009999;
}

TD.menu {
	font-size: 10px;
	font-family : Verdana;
	font-weight : Bold;
}

input.search
{
	height: 17px;
	background-color: #D0CDAD;
	border: solid #830013;
	border-width: 1px;
	font-family : Verdana;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

select.search
{
	height: 17px;
	background-color: #D0CDAD;
	border: solid #830013;
	border-width: 1px;
	font-family : Verdana;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

TD.mincart {
               background-color: #FFCC00;
               border: solid #830013 1px;
               color: #000000;
               font-size: 9px;
}

P.mincart {
               background-color: #FFCC00;
               border: solid #830013 1px;
               color: #00000;
               font-size: 9px;
}

HR {
	color : #FFFFFF;
	height : 1px;
}

.buttons a { 
 display:block;  		     /* ensures that the entire link box is clickable */
 padding: 0 5px 0 5px;  	     /* gives breathing space between the text and the edge of the box */
 font-size: 11px;	  	     /* font size */
 color: #003366;		     /* font color */
 line-height: 17px;		     /* height of table */
 border: double #FFCC00 3px;    /* dotted, dashed, solid, double, groove, ridge, inset or outset */
 text-align: center;                    /* properties of table */
 text-decoration: none;              /* overline, line-through, underline or none */
 background-color: #FFCC00;    /* background colour of the table */
}

.buttons a,
.buttons a:visited {
 display:block;
 padding: 0 5px 0 5px;
 font-size: 11px;
 color: #003366;
 line-height: 17px;
 border: double #FFCC00 3px;
 text-align: center;
 text-decoration: none;
 background-color: #FFCC00;
}

.buttons a:hover {
 display:block;
 padding: 0 5px 0 5px;
 font-size: 11px;
 color: #FFCC00;
 line-height: 17px;
 border: double #FFCC00 3px;
 text-align: center;
 text-decoration: none;
 background-color: #003366;
}

#buttons-top a { 
 border: solid #7CBFA2 1px;
 color: #FFFFFF;
 display: block;
 line-height: 20px;
 text-align: center;
 text-decoration: none;
 background-color: #007F4E;
 font-family : Verdana; font-size: 11px; font-weight: normal
}

#buttons-top a:hover {
 border: solid #FFFFFF 1px;
 color: #FFFFFF;
 display: block;
 line-height: 20px;
 text-align: center;
 text-decoration: none;
 background-color: #009D63;
 font-family : Verdana; font-size: 11px; font-weight: normal
}

.regBody{

 font-family: Arial;
 font-size: 13px;
 line-height: normal;
 font-weight: normal;
 color: #000000;
 margin: 0px;
}

#footer a,
#footer a:visited {
 color: #FFCC00;
 text-align: center;
 text-decoration: none;
 background-color: #7D0C19;
}

#footer a:hover {
 color: #7D0C19;
 background-color: #FFCC00;
}

.line-index {
 line-height: 10px;
 background: #FFFFFF  url(../images/line_back.gif) center;
 background-repeat: repeat;
}


.line-content {
 line-height: 7px;
 background: #FFFFFF  url(../images/content_white_line.gif) center;
 background-repeat: repeat;
}