﻿Body{ 
scrollbar-face-color : #DBD684; 
scrollbar-highlight-color : #FFFFFA; 
scrollbar-3dlight-color : #CAC85D;
scrollbar-darkshadow-color : #AFA048; 
scrollbar-arrow-color : #000000; 
scrollbar-shadow-color : #afa048; 
scrollbar-track-color: #FFFFEB; 
background-image: url('CommonGraphics/MainMsgBackground.jpg');
}

table 
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	letter-spacing: 1pt;
}

td.className
{
	width: 420px;
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 6px;
	border-bottom: thin #C0C0C0 solid;
}

td.classDate
{
	width: 140px;
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 6px;
	border-bottom: thin #C0C0C0 solid;
}

/* Basic paragraph, followed by subclasses. Do not touch font-size as scale factor*/
/* may be applied by containing class, e.g., table.toplevelMessage.  */
p
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	letter-spacing: 1pt;
}


/*--------------------------------------------
Define style classes for different paragraph as well as text formats that apply
text formats that apply only to the selected text string.  

The next three apply to paragraph tags, so captions must be in paragraphs
with no space above between the para tag and the bottom of the image.
--------------------------------------------*/
p.captionLeft
{
	font-size: .9em;	
	text-align: left;
	padding-top: 2px;
	padding-bottom: 15px;
}
p.captionCenter
{
	font-size: .9em;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 15px;
}

p.captionRight
{
	font-size: .9em;	
	text-align: right;
	margin-top: 2px;
	margin-bottom: 15px;
}

.text_bold 
{
	font-weight: bold;
}

.text_italic 
{
	font-style:italic;
}

.text_italicLarge 
{
	font-style:italic;
	font-size: 1.1em;
}

.text_boldItalic
{
	font-weight: bold;
	font-style:italic;
}

.text_smallCaps
{
	font-variant:small-caps;
}

.text_underline
{
	text-decoration: underline;
}

.text_capFirstLetters
{
	text-transform:capitalize;
}

.text_capAllLetters
{
	text-transform:uppercase;
}
