table.main, table.demo, table.links, table.contact, table.prices, table.faq
{
 height: 594px;
}

div
{
 width: 600px;
 height: 386px;
 overflow: auto;
 font-size: 28pt;
}

body.main
{ 
 background: #EEEEED;
 color: #AAAAAA;
 font-family: 'Monotype Corsiva', serif;
 font-weight: bold;
}

table.main
{
 background-position: top;
 background-attachment: fixed;
 background-image: url('../images/roses_bg.gif');
}

body.demo
{ 
 background: #E5E4E9;
 color: #AAAAAA;
 font-family: 'Monotype Corsiva', serif;
 font-weight: bold;
}

table.demo
{
 background-image: url('../images/roses_bl.gif');
 background-position: top;
 background-attachment: fixed;
}

body.links
{ 
 background: #EBEBE1;
 color: #AAAAAA;
 font-family: 'Monotype Corsiva', serif;
 font-weight: bold;
}

table.links
{
 background-position: top;
 background-attachment: fixed;
 background-image: url('../images/roses_ye.gif');
}

body.prices
{ 
 background: #DFF7DC;
 color: #AAAAAA;
 font-family: 'Monotype Corsiva', serif;
 font-weight: bold;
}

table.prices
{
 background-position: top;
 background-attachment: fixed;
 background-image: url('../images/roses_gr.gif');
}

body.faq
{ 
 background: #EAE2E8;
 color: #AAAAAA;
 font-family: 'Monotype Corsiva', serif;
 font-weight: bold;
}

table.faq
{
 background-position: top;
 background-attachment: fixed;
 background-image: url('../images/roses_ma.gif');
}

body.contact
{ 
 background: #EDE6E4;
 color: #AAAAAA;
 font-family: 'Monotype Corsiva', serif;
 font-weight: bold;
}

table.contact
{
 background-position: top;
 background-attachment: fixed;
 background-image: url('../images/roses_re.gif');
}

form
{
 font-size: 12pt;
 font-weight: bold;
}

td.tl
{
 padding-top: 0cm;
 padding-left: 0.1cm;
 vertical-align: top;
 text-align: left;
}

td.bl
{
 padding-bottom: 0cm;
 padding-left: 0.1cm;
 vertical-align: bottom;
 text-align: left;
}

td.tr
{
 padding-top: 0.1cm;
 padding-right: 0.1cm;
 vertical-align: top;
 text-align: right;
}

td.br
{
 padding-bottom: 0cm;
 padding-right: 0.1cm;
 vertical-align: bottom;
 text-align: right;
}

ul
{
 list-style-type: none;
}

h1
{
 font-size: 36pt;
 font-family: 'monotype corsiva', serif;
 font-style: italic;
}

h2
{
 font-size: 16pt;
}

h3
{
 font-size: 14pt;
}

h4
{
 font-size: 12pt;
}

h5
{
 font-size: 10pt;
}

h6
{
 font-size: 28pt;
}

input.t
{
 width: 300px;
}

input.t1
{
 width: 150px;
}

input.b
{
 background: #FFFFFF;
 font-family: 'Monotype Corsiva', serif;
 font-size: 12pt;
 color: #AAAAAA;
 font-weight: bold;
 vertical-align: bottom;
}
input.b:link {color:#AAAAAA}
input.b:visited {color:#AAAAAA}
input.b:hover {color:#483D8B}
input.b:active {color:#AAAAAA}

select.c
{
 width: 150px;
 background: #FFFFFF;
 font-family: 'Monotype Corsiva', serif;
 font-size: 12pt;
 color: silver;
 font-weight: bold;
 border-style: solid;
 border-width: thin;
}

select.a
{
 width: 304px;
 background: #FFFFFF;
 font-family: 'Monotype Corsiva', serif;
 font-size: 12pt;
 color: silver;
 font-weight: bold;
 border-style: solid;
 border-width: thin;
 border-color: #7B70CF;
}
select:link {color:#AAAAAA}
select:visited {color:#AAAAAA}
select:hover {color:#483D8B}
select:active {color:#AAAAAA}

option
{
 background: #FFFFFF;
 font-family: 'Monotype Corsiva', serif;
 font-size: 12pt;
 color:#483D8B;
 font-weight: bold;
 border-style: solid;
 border-width: thin;
}

textarea
{
 width: 300px;
}

a:link {color:#483D8B}
a:visited {color:#483D8B}
a:hover {color:#AAAAAA}
a:active {color:#483D8B}
a{text-decoration: none}

