DIV.clear
{
    clear:both;
}
FORM
{
    margin:0px;
    padding:0px;
}
BODY, P, TD
{
	font-family:Verdana;
	font-size:11px;		
}
P
{
    margin:0px
}
IMG
{
    border:0px;
}
H1
{
	font-size:21px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
	color:#ff0099;
}
H2
{
	font-size:17px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
	color:#3971d3;
}
A
{
	color:#57A6FF;
}
A:hover
{
	color:#FE71CF;
}
.breadcrumbs
{
	font-size:13px;
}
SPAN.heading
{
    font-size:13px;
}
HR
{
	border:0px;
	color:#FD99DB;
	background-color:#FD99DB;
	width:100%;
	height:1px;
}
.text
{
	font-family:Verdana;
	font-size:11px;
}
INPUT
{
	font-family:Verdana;
	font-size:11px;
}
SELECT
{
	font-family:Verdana,Helvetica,Arial;
	font-size:11px;
}
.tableheader
{
	font-family:Verdana,Helvetica,Arial;
	font-size:11px;
	color:black;
	background-color:#DAE8F5;
}
.columnheader
{
	font-family:Verdana,Helvetica,Arial;
	font-size:11px;
	color:black;
	background-color:#F8F8F8;
	font-weight:bold;
}
.tabledata
{
	font-family:Verdana,Helvetica,Arial;
	font-size:11px;
	color:black;
	background-color:#FFFFFF;
}
.button
{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	background-color:#FF4BC2;						
	color: white;
	font-size:11px;
	font-weight:bold;
	border-width:2px;
	border-color:#FF0099;
}
.button2
{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	background-color:#2052A7;						
	color: white;
	font-size:11px;
	font-weight:bold;
	border-width:2px;
	border-color:#1E4890;
}

/*************************************TEMPLATES*******************************************/

DIV.div_img_caption_left
{
    float:left;
    margin-right:5px;
}
DIV.div_img_caption_right
{
    float:right;
    margin-left:5px;
}

DIV.categoryintro
{
    width:750px;
    height:200px;
    background-image:url(/graphics/categoryintro/blue.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    border:1px solid #3971d3;
}
DIV.categoryintroimg
{
    float:left;
    width:350px;
}
DIV.categoryintrotext
{
    float:left;
    padding:20px;
    width:360px;
}
DIV.categoryintroscrolldiv
{
    width:355px;
    height:130px;
    padding-right:5px;
    overflow:auto;
    scrollbar-arrow-color: #5292dc;
    scrollbar-3dlight-color: #6da7eb;
    scrollbar-darkshadow-color: #5292dc;
    scrollbar-face-color: #afd4ff;
    scrollbar-highlight-color: #e9e9e9;
    scrollbar-shadow-color: #afd4ff;
    scrollbar-track-color: #afd4ff;
}

TABLE.categoryintro
{
    width:750px;
    height:200px;
    background-image:url(/graphics/categoryintro/blue.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    border:1px solid #3971d3;
}
TD.categoryimgtd
{
    width:350px;
}
TD.categoryintrotd
{
    padding:20px;
    width:400px;
}