/* CSS DOCUMENT */


/* INDEX TABLE */

td.top_index_cell {spacing: 4px; padding: 4px;border-bottom: 3px solid #C70202; border-top: 3px solid #C70202; border-left: 3px solid #C70202; border-right: 3px solid #C70202}

table.index_table {width:600px; height:400px}

/* MAIN TABLE */

table.main {background-color:white;}

td.image_cell {width:700px; height:125px; border-bottom: 0px solid black; border-top: 0px solid black; border-left: 0px solid black; border-right: 0px solid black}

td.main_cell {width:550px; height:500px; border-bottom: 0px solid black; border-top: 0px solid black; border-left: 0px solid black; border-right: 0px solid black}

td.menu_cell {width:150px; height:210px; border-bottom: 0px solid black; border-top: 0px solid black; border-left: 0px solid black; border-right: 0px solid black}

td.add_cell {width:150px; height:290px; border-bottom: 0px solid red; border-top: 0px solid red; border-left: 0px solid red; border-right: 0px solid red}

td.footer_cell {background-image: url("images/bg.jpg"); width:700px; height:15px; border-bottom: 0px solid black; border-top: 0px solid black; border-left: 0px solid black; border-right: 0px solid black}


/* MENU TABLE */


td.menu_item_cell {width:140px; background-color:lightgrey; height:12px; border-bottom: 1px solid black; border-top: 0px soid black; border-left: 1px solid black; border-right: 1px solid black}

td.menu_header_cell {background-color:green; width:140px; height:12px; border-bottom: 1px solid black; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black}

/* CONTENT PAGE TABLE */


td.content_cell {width:500px; height:12px; border-bottom: 0px solid black; border-top: 0px soid black; border-left: 0px solid black; border-right: 0px solid black}

td.content_header_cell {width:500px; height:20px; height:12px; border-bottom: 0px solid black; border-top: 0px solid black; border-left: 0px solid black; border-right: 0px solid black}

/* IMAGE */

image.standard{border-style:solid; border-color: black; border-width:1px;}

image.photo{border-width:0px;}

/* IFRAME */


iframe.content_frame{scrolling:auto; width:550px; height:500px; frame-border:2px solid black;}

/* LINKS */

a.enter_link {font-size: 14pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  
			 color:green; text-decoration: none; active-link:green; visted-link:green;}

a.enter_link:hover {text-decoration: underline; font-weight: bolder; color:green;}

a.menu_link {font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;  
			 color:black; text-decoration: none; active-link:black; visted-link:black;}

a.menu_link:hover {text-decoration: none; font-weight: normal; color:red;}

a.link {font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;  
			 color:#C00000;  text-decoration: none; active-link:#C00000;  visted-link:#C00000; }
a.link:hover {text-decoration: underline; font-weight: bolder; color:green;}

a.image_link {color:white; text-decoration: none; active-link:white; visted-link:white;}

/* BODY */

body.body_home { background-image: url("images/backdot.gif");
		background-color:white;
		scrollbar-3dlight-color: green;
		scrollbar-arrow-color: White;
		scrollbar-darkshadow-color:blue;
		scrollbar-face-color: green;
		scrollbar-highlight-color: green;
		scrollbar-shadow-color: green;
		scrollbar-track-color: white;}}

body.body_index { background-image: url("images/backdot.gif");
		background-color:white; 
		scrollbar-3dlight-color: white;
		scrollbar-arrow-color: White;
		scrollbar-darkshadow-color:blue;
		scrollbar-face-color: white;
		scrollbar-highlight-color: white;
		scrollbar-shadow-color: white;
		scrollbar-track-color: white;}}

body.body_content_page {background-image: url("images/bg1.gif"); 
			background-color:white; 
			scrollbar-3dlight-color: green;
			scrollbar-arrow-color: White;
			scrollbar-darkshadow-color:blue;
			scrollbar-face-color: green;
			scrollbar-highlight-color: green;
			scrollbar-shadow-color: green;
			scrollbar-track-color: white;}

/* FONT */

font.menu_header {font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  
			 color:#FFFFFF; text-decoration: none;}

font.page_header {font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  
			 color:green; text-decoration:underline; }

font.title {font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  
			 color:black; text-decoration:underline; }
font.standard {font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;  
			 color:black; text-decoration:none; }
font.date {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  
			 color:#C00000; text-decoration:none; }

font.heading {font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  
			 color:green; text-decoration:none; }


/* HR */

hr.standard {color:#C00000; width:100%;}

/* IMAGE */
image.image {border:none}
