
A { 	text-decoration: none; }
P {    
	font-family : "Comic Sans MS";
	font-size : 13 px;
}

P.breakhere {page-break-before: always}

td
{
	font-family: 'Comic Sans MS'; 
    font-size: 13 px; 
}

td.LeftMenu 
{
	font-family: 'Comic Sans MS'; 
    font-size: 13 px; 
	background-color: #468568; 
	background-repeat: no-repeat; 
	border: 1 solid Gray; 
	border-bottom: 1 solid Gray 1; 
	border-top: 1 solid Gray; 
	padding-bottom: 2; 
	padding-top: 2;
}

.spanstyle 
{
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:8pt;
	font-weight:700;
	font-family:Comic Sans MS;
	color:white;
}

.FormBox1
{
	background-color: white;
	font-family : "Comic Sans MS";
	font-size : 90%;
	font-weight : normal;
	color : #999999;
	border : 1px solid #99CCFF;
	width : 120px;
}
.FormBox2
{
	background-color: #e2e2fd;
	font-family : "Comic Sans MS";
	font-size : 90%;
	font-weight : normal;
	border : 1px solid #99CCFF;
	width : 320px;
}
.FormBox3
{
	background-color: #e2e2fd;
	font-family : "Comic Sans MS";
	font-size : 85%;
	font-weight : normal;
	color : green;
	border : 1px solid #99CCFF;
	width : 120px;
}
.FormBox4
{
	background-color: #e2e2fd;
	font-family : "Comic Sans MS";
	font-size : 85%;
	font-weight : normal;
	color : green;
	border : 1px solid #99CCFF;
	width : 250px;
}
.FormBox5
{
	background-color: #e2e2fd;
	font-family : "Comic Sans MS";
	font-size : 85%;
	font-weight : normal;
	color : green;
	border : 1px solid #99CCFF;
	width : 80px;
}
.BackButton
{
	font-family: "Comic Sans MS";
	background-color : #FF9C31;
	font-size : 70%;
	font-weight : normal;
	border-top : ridge;
}
.SmallTextButton
{
	font-family: "Comic Sans MS";
	font-size : 75%;
	color : Black;
}
.GreenButton
{
	font-family: "Comic Sans MS";
	background-color : green;
	font-size : 70%;
	font-weight : normal;
	border-top : ridge;
}
.RedButton
{
	background-color: red;
	font-family : "Comic Sans MS";
	font-size : 90%;
	font-weight : normal;
	border : 1px solid #99CCFF;
	width : 120px;
}
.FormText1
{
	font-family: Comic Sans MS;
	font-size : 14px;
	font-weight : bold;
}

.FormText1White
{
	font-family: Comic Sans MS;
	font-size : 14px;
	font-weight : bold;
	font-color : #ffffff;
}

.FormText2
{
	font-family: Comic Sans MS;
	font-size : 11px;
}


 SELECT,INPUT
 {
     COLOR: black;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
 }
 A,A:Link,A:Visited
 {
     COLOR: blue;
 	FONT-FAMILY: "Comic Sans MS";
     TEXT-DECORATION: none
 }
 A:hover
 {
     COLOR: 00CCCC;
     TEXT-DECORATION: none
 }
 A.menu,A.menu:Link,A.menu:Visited
 {
     COLOR: #000066;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
     TEXT-DECORATION: none
 }
 A.top,A.top:Link,A.top:Visited
 {
     COLOR: #ffffff;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
     TEXT-DECORATION: none
 }
 A.heading,A.heading:Link,A.heading:Visited
 {
     COLOR: CCCC66;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
     TEXT-DECORATION: none
 }
 A.menu:hover
 {
     COLOR: white;
     FONT-WEIGHT: normal;
 }
 .HIGHLIGHT
 {
     font-weight: bold;
     COLOR: RED;
 }
 .NORMAL
 {
     COLOR: WHITE;
 }
 .WHITE
 {
     COLOR: WHITE
 }
 
 #sidebarhomepage {
	left: 24px;
	top: 90px;
	width: 120px;
	font-size: 90%;
	font-family : "Comic Sans MS";
	font : 500;
	font-weight : bold;
}
 #shopdepartments {
	left: 24px;
	top: 90px;
	width: 500px;
	font-size: 90%;
	font-family : "Comic Sans MS";
	font : 500;
	font-weight : bold;
}
 #sidebarhomepage2 {
	left: 24px;
	top: 90px;
	width: 120px;
	font-size: 90%;
	font-family : "Comic Sans MS";
	font : 500;
	font-weight : bold;
}
 #GoBack {
	left: 24px;
	top: 90px;
	width: 50px;
	font-size: 75%;
	font-family : "Comic Sans MS";
	font : 500;
	font-weight : bold;
}
#GoBackList {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
}
#GoBackList a, #GoBackList a:visited{
	display: block;
	padding: 5px 5px 1px 5px;
	background-image: url(images/ButtonBackgroundOn.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #BEAF9F;
	text-decoration: none;
	height : 25px;
} 
#GoBackList a:hover {
background-image:  url(images/ButtonBackground.gif);
color: #2285c6;
}

#homelist {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
}   		   

#homelist a, #homelist a:visited{
	display: block;
	padding: 5px 5px 1px 5px;
	background-image: url(images/ButtonBackgroundOn.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #BEAF9F;
	text-decoration: none;
	height : 25px;
} 
#homelist a:hover {
background-image:  url(images/ButtonBackground.gif);
color: #2285c6;
}
#shoplist {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
}
#shoplist a, #shoplist a:visited{
	display: block;
	padding: 5px 5px 1px 5px;
	background-image: url(images/ButtonBackground.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #468568;
	text-decoration: none;
	height : 25px;
}
#shoplist a:hover {
background-image:  url(images/ButtonBackground.gif);
color: #ffffff;
}
#rightlist {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
} 
#rightlist a, #rightlist a:visited{
	display: block;
	padding: 5px 5px 1px 5px;
	background-image: url(images/ButtonBackgroundOn.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #BEAF9F;
	text-decoration: none;
	height : 25px;
}  
}  
#rightlist a:hover {
background-image:  url(images/ButtonBackground.gif);
color: #2285c6;
}
td.homelist{
	display: block;
	padding: 5px 5px 1px 5px;
	background-image: url(images/ButtonBackgroundOn.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #BEAF9F;
	text-decoration: none;
	height : 25px;
}  


