

body {
    background : url('../Images/main_bg.gif') repeat-x;
}

body, td, .address, body * .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.main *, .normaltext{
	font-family: 'Times New Roman', times, serif;
	font-size: 16px;
}

.title1, body * .title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
}

.title2, body * .title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
}

.subtitle1, body * .subtitle1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.subtitle2, body * .subtitle2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.header, body * .header {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: bold;
} 

img.bordered-left {
	margin: 5px 10px 5px 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	float: left;
}

img.bordered-right {
	margin: 5px 10px 5px 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	float: right;
}

img.default {
	margin: 0px;
	border: none;
	float: none;
}

* #container {
    margin: 2em auto 0px;
    width : 714px;
  }


* .menu {
    margin-top: 5px;
    padding: 0;
    height: 33px;
  }


* .menu ul {
    margin: 0;
    padding: 0;
  }


* .menu li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
  }


* #content {
    background : url('../Images/window.gif') no-repeat;
    padding-top : 1em;
    margin : 5px 0 0;
    height : 526px;
    width: 714px;
  }


* .contitle {
    margin: 0;
    padding: 0;
  }


* .conleft {
    float: left;
    margin-top: 5px;
    margin-left: 2em;
    height : 313px;
    width : 350px;
  }


* .conright {
    margin-left: 380px;
    margin-top: 2em;
    width: 300px;
    height: 355px;
    padding:0 clear: left;
  }


* .confooter {
    margin-top: 20px;
    margin-left: 0;
    width: 714px;
    height: 10px;
    clear : both;
    text-align: center;
  }


textarea {
    background : none;
  }


* .conscroll {
    margin: 0 auto;
    height : 442px;
    overflow : auto;
    width : 675px;
  }


* .confooter ul {
    margin: 0;
    padding: 0;
  }


* .confooter li {
    padding : 0 .5em;
    border-style : none solid none none;
    border-width : medium 1px medium medium;
    border-right-color : black;
    display : inline;
  }


* .confooter li.last {
    border: none;
  }


a {
    text-decoration : none;
  }

