/* ----------------------------------------------- */
/* - Main                                        - */
/* ----------------------------------------------- */

.normal
{
	font-family: Verdana,Arial,Helvetica;
	font-size: small;
	text-decoration:none;
	color:#555555;
    line-height:200%;
}
* html .normal
{
	font-size: x-small; /* for IE5 Win */
}

/* ----------------------------------------------- */
/* - Main Layout                                 - */
/* ----------------------------------------------- */
body, normal, .BodyText
{
	font-family: Verdana,Arial,Helvetica;
	font-size: small;
	text-decoration:none; 
	vertical-align:top;
	color:#555555;
	line-height:180%;
}
* html body, normal, .BodyText
{
	font-size: x-small; /* for IE5 Win */
}

.ChapterTitle /* Headline*/
{
	font-size:180%;
	color: #336699;
	line-height:200%;
}

.Title /* SummaryTitle */
{
	font-size: 120%;
	color: #7094b7;
	line-height:200%;
}

.IntroductionText /* SummaryText */
{
	font-size: 115%;
	color: #7094b7;
	line-height:200%;
}

.SubTitle /* BodyTitle */ 
{
    font-size:120%;
    font-weight: bold;
    line-height:180%;
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.BulletTitle
{
    font-style:italic;
    font-weight:bold;
    color: #555555;
	line-height:200%;
}

.BulletText
{
	font-family: Verdana,Arial,Helvetica;
	font-size: small;
	text-decoration:none; 
	vertical-align:top;
	color:#555555;
	line-height:200%;
}
* html .BulletText
{
	font-size: x-small; /* for IE5 Win */
}


.FigureText 
{
	font-style: italic;
	line-height: 120%;
}

.TableBody
{
	font-size: 75%;
	color: #b7b7db;
	line-height:120%;
}

.TableBodyItalic
{
    font-style:italic;
	font-size: 75%;
	color: #b7b7db;
	line-height:120%;
}

.TableTitle, .TableHeading
{
    font-size: small;
	color: #9999CC;    
	line-height:120%;
}
* html .TableTitle, .TableHeading
{
	font-size: x-small; /* for IE5 Win */
}


.TableSubHeading
{
    font-weight: bold;
    font-size:75%;
    color: #b7b7db;
	line-height:120%;
}

.TopicTitle
{
    color:White;
    background-color:#cc99cc;
    font-weight: bold;    
    padding:0px 0px 0px 5px;
    margin:0px 0px 0px 0px;
	line-height:200%;
}

.TopicText
{
    color:#336699;
    margin-left:10px;
   	line-height:150%;
}

.Address
{
	font-family: Verdana,Arial,Helvetica;
	text-decoration:none;
	color:#336699;
    line-height:120%;
 }

ul, ol
{
    margin: 0px 0 5px 30px;
    padding:0;
    list-style-type:disc;
    list-style-image:url(~/media/Images/GUI/bullet%20gif.ashx);
}

li
{
    margin:0;
    padding:0;
}

td
{
	font-size: small;
	line-height:180%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
* html td
{
	font-size: x-small; /* for IE5 Win */
}

a
{
	color:#CC9966;	
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:visited
{
    color:#cc99cc;
}

p
{
    margin:7px 0px 0px 0px;
    padding:0;   
}

