A:link {
    text-decoration: underline;
}

A:visited
{
    text-decoration: underline;
}

A:hover
{
    text-decoration: underline;
}

A:active
{
    text-decoration: underline;
}


/* text style used for most text rendered by modules */
P, TD, .Normal, .NormalDisabled {
    font-family:Tahoma,Arial,Helvetica;
    font-size:14px;
    font-weight:normal;
    margin: 0px 0px;
}


/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}


/* style for module titles */
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    margin: 0.2em 0px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    margin: 0.1em 0px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin: 0.05em 0px;
}


H1
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    margin: 0.2em 0px;
}

H2
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    margin: 0.1em 0px;
}

H3
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin: 0.05em 0px;
}

H4
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}

H5, DT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

H6
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

TFOOT, THEAD
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    color: #003366;
}

TH
{
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
}

OL, UL
{
    margin-top: 0px;
}


div.rightside_image {
	float: right;
	padding: 10px;
	margin: 10px;
	border: 2px solid #cccccc;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold; 
}

p.rightside_image {
   	text-align: center;
	font-size: 0.9em;
	font-weight: bold; 
}

div.leftside_image {
	float: left;
	padding: 10px;
	margin: 10px;
	border: 2px solid #cccccc;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold; 
}

p.leftside_image {
   	text-align: center;
	font-size: 0.9em;
	font-weight: bold; 
}
