﻿body {
    font-family:Arial,Helvetica,Geneva;
    font-size:12px;
}
ul
{
	margin:0px;
	padding:15px;
}
.NoUndies
{
    text-decoration:none;
    
    font-weight:bold;
}
#linktable a
{
    /*color:Black;*/
	text-decoration:none;
}

.navLink
{
	color:#37A2E3;
	font-size:14px;
	text-decoration:none;
}
.navLinkActive
{
	color:#37A2E3;
	font-size:14px;
	text-decoration:none;
}
a.navLink:hover
{
	text-decoration:none;
}
.topBG
{
    background-image:url(../images/OuterTableTop.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
.leftBG
{
    background-image:url(../images/OuterTableLeft.jpg);
    background-repeat:repeat-y;
    background-position:right;
}
.rightBG
{
    background-image:url(../images/OuterTableRight.jpg);
    background-repeat:repeat-y;
    background-position:left;
}
.bottomBG
{
    background-image:url(../images/OuterTableBottom.jpg);
    background-repeat:no-repeat;
    background-position:top;
}
.mainContentTable
{
    width:960px;
    border-width:0px;
}
.mainBG
{
    background-color:#fbfbfb;
}
.questionText
{
    color:#37A2E3;
}
.leftPad
{
    padding-left:5px;
}
.subHeading
{
    font-size:14px;
    font-weight:bold;
    color:#484848;
}
.bodyContent
{
    font-size:14px;
    color:#484848;
}
.linkStyle
{
    font-size:14px;
    color:#37A2E3;
    font-weight:bold;
}
.MylanColor
{
	color:#37A2E3;
}

