/* CSS Document */

/* Page Layout */
body 	{margin-left: 0; margin-top: 10px}

/* Main Table */
td.top		{background-image:url(top.jpg); background-repeat: repeat}
td.left		{background-image:url(left.jpg); background-repeat: repeat}
td.right	{background-image:url(right.jpg); background-repeat: repeat}
td.bottom	{background-image:url(bottom.jpg); background-repeat: repeat}

/* Links */
A			{color: #990000; text-decoration: none}
A:link		{color: #990000; text-decoration: none}
A:visited	{color: #990000; text-decoration: none}
A:active	{color: #990000; text-decoration: none}
A:hover 	{color: #990000; text-decoration: underline}

/* Images */
IMG 			{border-color: #CCCCCC}
A:link IMG		{border-color: #CCCCCC}
A:visited IMG	{border-color: #CCCCCC}
A:active IMG	{border-color: #CCCCCC}
A:hover IMG 	{border-color: #990000}

/* Red Line */
div.line		{background-image:url(top.jpg); background-repeat:repeat-x}


/* Main Menu */
p.menu			{color: #990000; background-color:#FFFFFF; font-size: 18px; font-family: Didot, ArialMT, Arial, Sans-Serif; font-weight: normal; line-height: 25pt;  margin-top: 0px}

/* Page Titles */
h1				{color: #990000; background-color:#FFFFFF; font-size: 18px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; margin-top: 5px}

/* Bottom Menu */
h2				{color: #990000; font-size: 12px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; text-align: center; margin-top: 5px}

/* Bottom Contact Info */
h3				{color: #666666; font-size: 11px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; text-align: center; margin-top: 0px}

/* Body Text */
p.body			{color: #333333; background-color:#FFFFFF; font-size: 13px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; margin-top: 0px}

/* Captions */
p.captions		{color: #990000; background-color:#FFFFFF; font-size: 13px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; text-align: center; margin-top: 10px}

/* Newsletter */
p.newsletter	{color: #333333; background-color:#FFFFFF; font-size: 12px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; margin-top: 0px}
input.newsletter	{color: #333333; background-color:#FFFFFF; font-size: 12px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; margin-top: 0px}
input.subscribe		{color: #333333; background-color:#FFFFFF; font-size: 12px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; margin-top: 0px}

/* FAQ: Questions */
p.faq			{color: #333333; background-color:#FFFFFF; font-size: 14px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: bold; margin-top: 0px; margin-bottom: 0}

/* Contact Form */
input.contact		{color: #333333; background-color:#FFFFFF; font-size: 12px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; margin-top: 0px}
textarea.comments	{color: #333333; background-color:#FFFFFF; font-size: 12px; font-family: Didot, Arial, Helvetica, Sans-Serif; font-weight: normal; margin-top: 0px}
