/* CSS Document */
/*Background */
Body {
}

<style>

<!--
/******* hyperlink and anchor tag styles *******/


/* Hyperlinks */
a:link{
}

a:visited{
}

a:hover{
}



/* Used on all order forms, e.g. DK5-53.html- for customers to click on the font thumbnail to select which font they want */
a.b:link {
    font-size:12px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
	margin-left:10px;
}

a.b:visited {
    font-size:12px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
	margin-left:10px;
}

a.b:hover {
    font-size:12px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
	margin-left:10px;
}


/* Unused */
a.c:link{
    font-size:14px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a.c:visited{
    font-size:14px;
    color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a.c:hover{
    font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:underline;
}


/* Unused */
a.d:link{
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-bottom:30px;
}

a.d:visited{
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    color:#000000;
	margin-bottom:30px;
}

a.d:hover{
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    color:#FF0000;
	text-decoration:underline;
	margin-bottom:30px;
}	


/* Structure such as Top.psd */
#Top {
width:1008px;
height:139px;
}


/* For all Contents */
#Body {
width:1008px;
height:100%;
}


/* For all */
#Contents_Header {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bolder;
margin:10px;
text-align:left;
}

/* Unused */
#Contents_Header_Underline {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin:10px;
text-decoration:underline;
}

/* Unused */
#Contents_Header_1 {
font-family:Arial, Helvetica, sans-serif,Verdana;
font-size:16px;
font-weight:bolder;
color:#3399FF;
text-decoration:underline;
margin:10px;
}

/* Unused */
#Contents_Header_2 {
font-family:Arial, Helvetica, sans-serif,Verdana;
font-size:12px;
font-weight:bolder;
margin:10px;
}

/* Unused */
#Contents {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:10px;
text-align:justify;
}

/* Unused */
#Contents2 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:10px;
text-align:justify;
}


/* Home Page index */
.Contents {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#000000;
margin:0px;
text-align:left;
text-decoration:underline;
}

/* Used on all order forms, e.g. DK5-53.html */
#Order_Form-Price {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
color:#FF0000;
margin:0px;
text-align:justify;
}

/* Used on all order forms, e.g. DK5-53.html */
#Order_Form-Header {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
margin:0px;
text-align:none;
}

/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-Contents {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
margin:0px;
text-align:justify;
}

/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-Table {
width:700px;
}

/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-Table-Column1 {
width:15%;
padding-top:5px;
padding-bottom:5px;
}

/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-Table-Column2 {
width:25%;
padding-top:5px;
padding-bottom:5px;
}

/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-Table-Column3 {
width:20%;
padding-top:5px;
padding-bottom:5px;
}

/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-Table-Column4 {
width:40%;
padding-top:5px;
padding-bottom:5px;
}

/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-Table-Column5 {
width:75%;
padding-top:5px;
padding-bottom:5px;
}


/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Order_Form-textarea {
width:400px;
height:80px;
}


/* Used on all order forms, e.g. DK5-53.html- The fields being filled up by customers */
#Table1 {
}


/* checkout.html */
#checkout-form {
width:600px;
height:100px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
border:1px;
border-color:#FF0000;
}



.nopcart {
background: #ffffff; 
border: 1px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000;
}


.nopheader {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #000000;
}


.nopentry {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
margin-bottom:30px;
padding-bottom:30px;
color: #000000;
}



.noptotal {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #000000;
}



.nopentryadd {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
margin-bottom:30px;
padding-bottom:30px;
color: #FF0000;
}