﻿@charset "utf-8";
/* CSS Document */


<!--
.style4 {
	font-size: x-large;
}
.style5 {
	font-size: x-large;
	font-weight: bold;
	font-family: Tahoma;
}
.style6 {
	font-size: medium;
	font-family: Tahoma;
}
.style9 {
	font-size: x-large;
	font-weight: bold;
	font-family: Tahoma;
}
.style11 {font-size: medium; font-family: Tahoma; font-weight: bold; }
.style17 {
	font-size: xx-large;
	font-weight: bold;
}
.style19 {font-size: x-large; font-weight: bold; font-family: Tahoma; color: #990000; }
.style20 {font-size: large; font-weight: bold; font-family: Tahoma; color: #990000; }
.style23 {
	font-size: xx-large;
	font-weight: bold;
	color: #990000;
	font-family: Tahoma;
}
.style24 {
	font-size: x-large;
	font-weight: bold;
	color: #990000;
	font-family: Tahoma;
}
.style27 {font-size: xx-large; font-family: Tahoma; font-weight: bold; color: #000000; }
.style1 {font-family: Tahoma}
.style2 {font-size: medium}
.style8 {font-weight: bold; font-size: large;}
.style28 {font-family: Tahoma; font-size: 14px;}
.style29 {color: #990000}
.style31 {font-family: Tahoma; font-weight: bold; }
.style34 {font-weight: bold; font-size: large; color: #990000; }
.style35 {font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style36 {font-weight: bold; font-size: large; font-family: Arial, Helvetica, sans-serif; }
.style37 {color: #000000}
.style38 {font-size: 12px}
.style41 {font-family: Tahoma; font-size: large; }
.style43 {color: #990000; font-weight: bold; }
.style54 {font-size: large}
.shadowbox {
	width:600px;
	background-color: #F5FFF5;
	border: 1px solid #333; 
	padding: 8px;
    -webkit-border-radius: 15px;    /* for Safari */
    -moz-border-radius: 15px;       /* for Firefox */
}
.style61 {font-size: xx-large; font-weight: bold; color: #000099; font-family: Tahoma; }
.style67 {font-size: medium; font-weight: bold; font-family: Tahoma; color: #990000; }
.style68 {color: #000099}
.style72 {font-family: Arial, Helvetica, sans-serif; }
.style73 {font-size: large; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #990000; }
.style74 {font-size: medium; font-family: Arial, Helvetica, sans-serif; }
.style76 {font-size: medium; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style77 {font-weight: bold; color: #990000; font-size: x-large;}
.style78 {font-weight: bold; font-size: medium;}
.style79 {font-family: Arial, Helvetica, sans-serif; font-size: large; }
.style84 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style91 {color: #0000CC; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style98 {font-size: x-large; font-weight: bold; font-family: Tahoma; color: #000000; }
.style100 {font-size: medium; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #990000; }
.style107 {
	font-size: xx-large;
	font-family: Tahoma;
	font-weight: bold;
	color: #FF0000;
}
.style108 {color: #990000; font-size: 30px; font-weight: bold; font-family: Tahoma; }

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(demobox.png) no-repeat bottom right; 
} 
.cssbox { 
	width: 500px !important; /* intended total box width - padding-right(next) */ 
	width: 485px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ } 
/* set the top-right image */ 
.cssbox_head { 
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
}
/* set the top-left image */ 
.cssbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	color: #F4F4F4;
	font-size: 30px;
	font-weight: bold;
	font-family: Tahoma;
}
/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 


/* set the image to use and establish the lower-right position */ 
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { 
	background: transparent url(demobox2.png) no-repeat bottom right; 
} 
.cssbox2 { 
	width: 650px !important; /* intended total box width - padding-right(next) */ 
	width: 635px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ } 
/* set the top-right image */ 
.cssbox_head2 { 
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
}
/* set the top-left image */ 
.cssbox_head2 h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 30px;
	font-weight: bold;
	font-family: Tahoma;
}
/* set the lower-left corner image */ 
.cssbox_body2 { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 
.style109 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000099; }
-->
