﻿#dynContent div, #dynContent p
{
    font-size: 12px;
    color: #99ccff;
    line-height: 120%; 
}

#dynContent h1
{
    line-height: 120%; 
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
}

#dynContent h2
{
    line-height: 120%; 
    font-size: 16px;
    color: #cee5fc;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
}

#dynContent h3
{
    font-size: 14px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
    color: #cee5fc;
}

#dynContent p
{
    font-size: 12px;
    color: #99ccff;
    text-align: justify;
    padding-right: 20px;
}

#dynContent strong
{
    font-weight: bold;
    color: #cee5fc;
}

#dynContent li
{
    margin-bottom: 5px
}

#dynContent a
{
    color: #cee5fc;
}

input.NL_Box, input.NL_Btn
{
	border: solid 1px #6698cb;
}
input.NL_Btn
{
	margin-left: 3px;
	background-color: #003565;
	color: #6599cb;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
}
input.NL_Btn:hover
{
	color: #003565;
	background-color: #6599cb;
}

