/* FORM STYLES */
form {width: 100%; margin-top: 30px;}
 
fieldset{
padding:10px;
border: 1px solid #003366;
margin-bottom:60px;
margin-left: 25px; 
width: 400px;
}

Body {
              font-size: 12px;
              font-family : Arial;
              color: #FFFFFF;
              margin: 0px;
              background: #000000;
              background-repeat: repeat;
              background-attachment : fixed;
}

A.dark:link {
	color: #FF0000;
	text-decoration: none;
}

A.dark:visited {
	color: #FF0000;
	text-decoration: none;
}

A.dark:active {
	color: #FF0000;
	text-decoration: none;
}

A.dark:hover {
	color:#FFCC00
	text-decoration: none;
}

A:link {
	color: #FF0000;
	text-decoration: none;
              font-weight: bold;

}

A:visited {
	color: #FF0000;
	text-decoration: none;
              font-weight: bold;

}

A:active {
	color: #FF0000;
	text-decoration: none;
              font-weight: bold;

}

A:hover {
 color:#FFCC00;
 text-decoration: underline;
 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 : #FFFFFF;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #FFFFFF;
}

TD.whitetext {
	font-size: 11px;
	font-family : Verdana;
	color : #009999;
}

A.menu:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #FFFF00; TEXT-DECORATION: none
}
TD.menu {
font-family: Arial;
font-size: 9px;
color: #333333;
}

DIV.menu {
font-family: Arial;
font-size: 9px;
color: #333333;
}

input.search
{
 height: 17px;
 background-color: #FFF0FD;
 border: solid #C90415;
 border-width: 1px;
 color: #9A0207;
 display: block;
 display: left;
 text-align: center;
 text-decoration: none;
 background-color: none;
 font-family : Arial; font-size: 12px; font-weight: normal;
 line-height: 18px; border-color: #C90415 #C90415 #C90415
	
}

select.search
{
	height: 17px;
	background-color: #FFFFFF;
	border: solid #000000;
	border-width: 1px;
	font-family : Verdana;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

TD.mincart {
               background-color: #BB0313;
               border: solid #BB0313; 1px;
               color: #FFFFFF;
	 font-family : Verdana;
               font-size: 10px;
               font-weight: normal;
}

P.mincart {
               background-color: #FFCC00;
               border: solid #830013 1px;
               color: #000000;
	 font-family : Verdana;
               font-size: 9px;
               font-weight: normal;
}

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-left a { 
 border: 0px #000000 solid;
 color: #FFCC00;
 display: center;
 text-align: center;
 text-decoration: none;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal
 } 

#buttons-left a:hover {
 border: 0px #000000 solid;
 color: #FFFFFF;
 display: center;
 text-align: center;
 text-decoration: none;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal
}

#buttons a { 
 border: 1px solid;
 color: #000000;
 display: block;
 text-align: center;
 text-decoration: none;
 background:#FFFF00 url(../content/blue-button.gif) center;
; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal
; line-height: 20px; border-color: #000000 #000000 #000000
 } 

#buttons a:hover {
 border: 1px solid;
 color: #FFFFFF;
 display: block;
 text-align: center;
 text-decoration: none;
 background: #EE5104;
; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal
; line-height: 20px; border-color: #000000 #000000 #000000
}
.regBody{

 font-family: Arial;
 font-size: 13px;
 line-height: normal;
 font-weight: normal;
 color: #FFFFFF;
 margin: 0px;
 background-color: #003366;
 background-repeat: repeat;
 background-attachment : fixed;

}

#footer a,
#footer a:visited {
 color: #FFCC00;
 text-align: center;
 text-decoration: none;
 background-color: #003366;
}

#footer a:hover {
 color: #003366;
 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;
}