

/*-----------------------------------------------------------------------------
	Default style for paragraphs and headers
-----------------------------------------------------------------------------*/



H1
{
	border-right: black 1px;
	border-top: black 1px;
	font-weight: bold;
	font-size: small;
	margin-left: 5px;
	border-left: black 1px;
	color: black;
	margin-right: 20px;
	border-bottom: black 1px;
	font-family: Verdana,Arial,Helvetica;
	background-color: #dddddd;
}

H2
{
	font-weight: bold;
	font-size: x-small;
	margin-left: 20px;
	color: black;
	margin-right: 20px;
	font-family: Verdana,Arial,Helvetica;
}


P
{
	font-weight: normal;
	font-size: x-small;
	margin-left: 25px;
	color: black;
	margin-right: 20px;
	font-family: Verdana,Arial,Helvetica;
}

UL
{
	font-weight: normal;
	font-size: x-small;
	margin-left: 45px;
	color: black;
	margin-right: 20px;
	font-family: Verdana,Arial,Helvetica;
}


/*-----------------------------------------------------------------------------
	Special header style for the header on the main page
-----------------------------------------------------------------------------*/


.NewsHeader
{
	font-weight: bold;
	font-size: small;
	margin-left: 20px;
	color: black;
	margin-right: 20px;
	font-family: Verdana,Arial,Helvetica;
}


/*-----------------------------------------------------------------------------
	Top navigation bar
-----------------------------------------------------------------------------*/

.TopNavBarTable
{
	padding-left: 5px;
	border-right: #19488c 1px solid;
	border-top: #42abe2 1px solid;
	border-left: #42abe2 1px solid;
	border-bottom: #19488c 1px solid;
	background-color: #0296D4;
	text-align: left;
}


.TopNavBarText
{
	font-weight: bold;
	font-size: x-small;
	color: #000033;
	font-family: Verdana,Arial,Helvetica;
	text-align: left;
	text-decoration: none;
}

.TopNavBarText:hover
{
	font-weight: bold;
	font-size: x-small;
	color: #ff9900;
	font-family: Verdana,Arial,Helvetica;
	text-align: left;
	text-decoration: none;
}


.Caption
{
	border-right: #19488c 1px solid;
	border-top: #42abe2 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: large;
	border-left: #42abe2 1px solid;
	color: #ff9900;
	border-bottom: #19488c 1px solid;
	font-family: Verdana,Arial,Helvetica;
	background-color: #0296D4;
	text-align: left;
}



/*-----------------------------------------------------------------------------
	Link Boxes
-----------------------------------------------------------------------------*/

.LinkBoxCaptionTable
{    
	border:solid 1px #42ABE2;
	border-bottom-color:#19488C;
	border-right-color:#19488C;
	background-color:#6699cc;
	font-family: Verdana,Arial,Helvetica;	
	font-size:small;
	text-align:left;
	color:#dddddd;
	padding-left:5px;
	font-weight:bold;		
}

.LinkBoxCaptionText
{    
	font-family: Verdana,Arial,Helvetica;	
	font-size:small;
	text-align:left;
	color:#dddddd;
	padding-left:5px;
	font-weight:bold;
	text-decoration:none;
}


.LinkBoxBodyTable
{
	border:solid 1px #000000;
	font-family: Verdana,Arial,Helvetica;	
	font-size:x-small;
	text-align:left;
	vertical-align:top;
	color:#000000;	
	background-color: #eeeeee;
	padding-left:5px;
	font-weight:normal;		
}


.LinkBoxList
{
	margin-left: 20px;
}


.LinkBoxLink
{
	font-weight: normal;
	font-size: x-small;
	color: #0033ff;
	font-family: Verdana,Arial,Helvetica;
}


/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

.Footer
{
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: xx-small;
	color: #000000;
	font-family: Verdana,Arial,Helvetica;
	background-color: #dddddd;
	text-align: left;
}


/*-----------------------------------------------------------------------------
	Whereever default text is needed
-----------------------------------------------------------------------------*/
.default_text
{
	font-family: Verdana,Arial,Helvetica;	
	font-size:x-small;
	text-align:left;
	vertical-align:top;
	color:#000000;	
	padding-left:5px;
	font-weight:normal;		
}


/*-----------------------------------------------------------------------------
	Used for links in the product table
-----------------------------------------------------------------------------*/
.ProductTableLink
{
	font-weight: bold;
	font-size: x-small;
	color: #0033ff;
	font-family: Verdana,Arial,Helvetica;
}




/*-----------------------------------------------------------------------------
    For the directory listings in the client area
-----------------------------------------------------------------------------*/


.FileSection
{
    border-bottom: white 5px solid;
    font-weight: bold;
    font-size: normal;
    margin-left: 5px;
    color: black;
    margin-right: 20px;
    font-family: Verdana,Arial,Helvetica;
    background-color: #dddddd;
}


.Directory
{
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    border-right: white 1px solid;
    font-weight: bold;
    font-size: x-small;
    color: black;
    font-family: Verdana,Arial,Helvetica;
    background-color: #dce6ff;
}

.File
{
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    border-right: white 1px solid;
    font-size: x-small;
    color: black;
    font-family: Verdana,Arial,Helvetica;
    background-color: #dce6ff;
    text-decoration: none;
}
