body
{
	font-family: Helvetica, Verdana, Arial;
	margin: 0; /* Fixed default margin set to body */
	font-size: small;
}
.topleftbg
{
	background-image: url(../images/jpg/design/topleft_bg.jpg);
	background-repeat: repeat-x;
}
.topbg
{
	background-image: url(../images/jpg/design/top_bg.jpg);
	background-repeat: repeat-x;
}
.menubg
{
	background-image: url(../images/jpg/design/menu_bg.jpg);
	background-repeat: no-repeat;
}
.leftbg
{
	background-image: url(../images/jpg/design/left_bg.jpg);
	background-repeat: no-repeat;
}
.body_bg
{
	background-image: url(../images/jpg/design/body_bg.jpg);
	background-repeat: no-repeat;
}
.body
{
	font-size: 80%; /* Allows for font resizing in IE Win for visually impaired users */
	line-height: 1.4em; /* Improves readability of text */
	color: #333; /* A lighter shade here */
	min-width: 270px;
}
.body2
{
	font-size: 85%; /* Allows for font resizing in IE Win for visually impaired users */
	line-height: 1.4em; /* Improves readability of text */
	color: #333; /* A lighter shade here */
}
/* Reformats UL elements default indent so text is flush */
.body ul {
	margin: 12px 0 15px 0;
    padding-left: 1em;
    text-indent: -1em;
	list-style-position: inside;
	list-style-type: disc; 
}
.body li {
	margin: 0; 
	padding: 0;
}
/* Ends new style */
.heading
{
	font-size: 17px;
	color: #eb1c23;
	font-weight: bold;
}
.footnote
{
	font-size: 11px;
	color: #666666;
}
.copyright
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.copyright A:link
{
	color: #bbbbbb
}
.copyright A:visited
{
    color: #bbbbbb
}
.copyright A:active
{
    color: #bbbbbb
}
.errortbl
{
    background-color: #FFFEE7;
    border: 1px solid #FFF000;
    border-left-color: #C0B500;
    border-bottom-color: #C0B500;
}
.errormsg
{
	font-size: 80%;
	font-weight: bold;
	color: #333;
}
.buttons
{
	border-right: #eeeeee double;
	border-top: #eeeeee double;
	border-left: #dddddd double;
	border-bottom: #cccccc double;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/jpg/design/button_bg.jpg);
	background-repeat: repeat-x;
	height: 32px;
	background-color: #000000;
}

A:link
{
	color: #eb1c23
}
A:visited
{
    color: #eb1c23
}
A:active
{
    color: #eb1c23
}