A  {
	color : #ffffff;
	text-decoration : Underline;
	font-weight : bold;
}

A:Visited  {}

A:Active  {
	color : #1C2A97;
}

A:Hover  {
	color : #40A8D8;
	text-decoration : none;
	font-weight : bold;
}

BODY  {
	font-family : Arial;
	font-style : normal;
	font-size : 12px;
	color : #ffffff;
	line-height : 1.25;
	background-color : #333333;
	margin-top : 0px;
}

HR    {
    border : none;
    height : 3px;
    background-image : url(media/webimg/footer.jpg);
}

.header  {
	font-size : 16px;
	color: #990000;
}

.smalltext  {
	font-size : 10px;
}

img	
{
	border-style : none;
	padding-left : 0px;
	padding-right : 0px;
}

/*classes for tab container*/
.visoft__tab_xpie7 .ajax__tab_header { 
      background:url(images/tab-line.gif) repeat-x bottom; 
} 

.visoft__tab_xpie7 .ajax__tab_outer    { 
      background:url(images/tab-right.gif) no-repeat right; 
} 

.visoft__tab_xpie7 .ajax__tab_inner    { 
     background:url(images/tab-left.gif) no-repeat; 
} 

.visoft__tab_xpie7 .ajax__tab_tab { 
     background:url(images/tab.gif) repeat-x; 
} 

.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer { 
     background:url(images/tab-hover-right.gif) no-repeat right; 
} 

.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner { 
     background:url(images/tab-hover-left.gif) no-repeat; 
} 

.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab { 
     background:url(images/tab-hover.gif) repeat-x; 
} 

.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer { 
     background:url(images/tab-active-right.gif) no-repeat right; 
} 

.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner { 
     background:url(images/tab-active-left.gif) no-repeat; 
} 

.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab { 
     background:url(images/tab-active.gif) repeat-x; 
}

.visoft__tab_xpie7 .ajax__tab_header { 
     font-family:verdana,tahoma,helvetica; 
     font-size:11px;
     color : #333333; 
} 

.visoft__tab_xpie7 .ajax__tab_outer { 
     height:29px;
} 

.visoft__tab_xpie7 .ajax__tab_inner    { 
     padding-left:3px; 
} 

.visoft__tab_xpie7 .ajax__tab_tab { 
     padding:8px 40px;
     margin:0; 
} 

.visoft__tab_xpie7 .ajax__tab_body { 
     font-family:verdana,tahoma,helvetica; 
     font-size:10pt; 
     border:1px solid #999999; 
     border-top:0; 
     padding:8px; 
     background-color:#333333; 
} 


/*for div boxes*/
#box
{
	width : 800px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0px;
	margin-bottom : 0px;
}

#header
{
	height : 144px;
	width : 100%;
	border-width : 0px;
}

#content
{
    width : 100%;
    border-width : 0px;
}

/*for content on left side of content div*/
#leftcontent
{
    width : 150px;
    border-width : 0px;
    float : left;
}

/*for other content*/
#rightcontent
{
    width : 625px;
    margin-left : 25px;
    border-width : 0px;
    float : right;
}

/*for footer*/
#footer
{
    clear : both;
    width : 800px;
    border-width : 0px;
    float : none;
    background-image : url(media/webimg/footer.jpg);
}