/* dena dot css */

/* body info */

body
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	}



/* purple flower area name */

td.pflower
	{
	background-image: url(images/flower1.jpg);
	color: #000080;
	font-family: lucida handwriting;
	font-size: 35pt;
	font-weight: bold;
	font-style: normal;
	height: 236;
	width: 760;
	display: block;
	}

/* page name info */

td.pn
	{
	background-color: white;
	color: #000080;
	font-family: lucida handwriting;
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
	}

/* white table areas */

td.white
	{
	background-color: white;
	color: #000000;
	font-family: gill sans mt,arial,helvetica;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	}


/* order book information area */
td.order
	{
	background-color: ffffae;
	color: #000000;
	font-family: gill sans mt,arial,helvetica;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	}


/* main links */
.links a
	{
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 17px;
	text-align: left;
	display: block;
	width: 186px;
	height: 36;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-family: lucida handwriting;
	color: #000000;
	background-image: url(images/linkinactive.jpg);
	background-repeat: no-repeat;
	}

.links a:hover
	{

	color: #0C2458;
	background-image: url(images/linkactive.jpg);
	background-repeat: no-repeat;
	}

.links a:active
	{

	color: #ffffff;
	background-image: url(images/linkactive2.jpg);
	background-repeat: no-repeat;
	}

/* big links */
.links2 a
	{
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 17px;
	text-align: left;
	display: block;
	width: 186px;
	height: 55;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-family: lucida handwriting;
	color: #000000;
	background-image: url(images/link2inactive.jpg);
	background-repeat: no-repeat;
	}

.links2 a:hover
	{

	color: #0C2458;
	background-image: url(images/link2active.jpg);
	background-repeat: no-repeat;
	}

.links2 a:active
	{

	color: #ffffff;
	background-image: url(images/link2active2.jpg);
	background-repeat: no-repeat;
	}


/* plain links */

a.plainlink
	{
	font-family: gill sans mt,arial,helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	}

a.plainlink:link
	{
	color: black;
	text-decoration: none;
	}

a.plainlink:visited
	{
	color: black;
	text-decoration: none;
	}

a.plainlink:hover 
	{
	color: black;
	text-decoration: underline;
	}

a.plainlink:active 
	{
	color: black;
	text-decoration: none;
	}



/*  red plain links */

a.plainred
	{
	font-family: gill sans mt,arial,helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: red;
	}

a.plainred:link
	{
	color: red;
	text-decoration: none;
	}

a.plainred:visited
	{
	color: red;
	text-decoration: none;
	}

a.plainred:hover 
	{
	color: red;
	text-decoration: underline;
	}

a.plainred:active 
	{
	color: red;
	text-decoration: none;
	}


/* copywrite text info */
.copy
	{
	background-color: white;
	color: #000000;
	font-family: gill sans mt,arial,helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	}


/* headings */
.head
	{
	text-align: center;
	color: #000000;
	font-family: gill sans mt,arial,helvetica;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	}

