/* Start of CMSMS style sheet 'Content' */
/************************************
 Basic Presentational Elements
************************************/
a
{
    color: #113d0c;
    text-decoration:underline;
}
a:link
{
    color: #113d0c;
    text-decoration:underline;

}
a:visited
{
    color: #113d0c;
    text-decoration:underline;
}
a:hover
{
    color: #113d0c;
    text-decoration:none;
}
a:active
{
    color: #113d0c;
    text-decoration:underline;
}
p{}
acronym{}
b, strong{}
blockquote{}
br{}
code{}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
hr{}
i, em{}
pre{}
sub{}
sup{}

/* CSS equivalents of deprecated HTML elements */
.big{
	font-size:125%;
	}
.small{
	font-size:75%;
	}
.underline{
	border-bottom:1px solid;
	}
.strike{
	text-decoration: line-through;
	}

/************************************
 Lists
************************************/
dd{}
dl{}
dt{}
li{

}
ol{
list-style-type: decimal;
}
ul{
list-style-type: circle;
}

/************************************
 Form Controls
************************************/
button{}
fieldset{}
form{}
input{}
label{}
legend{}
optgroup{}
select{}
textarea{}

.bold
{
font-weight:bold;
}

td
{
font-size:12px;
}
td strong
{
font-size:14px;
}
/* End of 'Content' */

