﻿body, html
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color:#1c3a69;
	font-size:small;
	background-image: url('/App_Images/BackgroundPattern.jpg');
	background-repeat:repeat-x;
	background-color:#AFA87C;
}

h1 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}

h2 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}

h3 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
}

h4 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 10px;
	color:#000000;
	font-weight:bold;
}

a.TemplateText:link {
	color: #FFFFFF;
	text-decoration: underline;
	height:24px;
}
a.TemplateText:visited {
	text-decoration: underline;
	color: #FFFFFF;
	height:24px;
}
a.TemplateText:hover {
	text-decoration: none;
	color: #000000;
	background-color:#FAF6DD;
	height:24px;
}
a.TemplateText:active {
	text-decoration: underline;
	color: #FFFFFF;
	height:24px;
}

.CalendarTitle 
{
	font-weight:bold;
	font-size:small;
	font-family:Trebuchet MS, Arial, Sans-Serif;
}

.CalendarText
{
	font-size:small;
	font-family:Trebuchet MS, Arial, Sans-Serif;
}

.CalendarLink
{
	font-size:small;
	color: blue;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	text-decoration: underline;
}

.IssueCaption
{
	font-size:medium;
	color: white;
	font-family:Trebuchet MS, Arial, Sans-Serif;
}

div#newscaption
     {
          height: 22px;
          background-color:#2C4C5B;
          overflow: hidden;
          color: white;
          font-size:medium;
          font-weight:bold;
          padding-left:4px;
     }

div#currentissuecaption
     {
          height: 22px;
          background-color:#2C4C5B;
          overflow: hidden;
          color: white;
          font-size:medium;
          font-weight:bold;
          padding-left:4px;
     }    

div#RoundTableCaption
     {
          height: 22px;
          background-color:#2C4C5B;
          color: white;
          font-size:medium;
          font-weight:bold;
          padding-left:4px;
          text-align:left; vertical-align:top
     }  
