/*----------------------------------------------------------------------*/
/*            Cascading Style Sheet for www.teltrust.com 		*/
/*		   by: ARNU  	date: 1.Sept.2008			*/
/*			   (c)2008 Teltrust Corp.			*/
/*----------------------------------------------------------------------*/

body 
{
        background-color:  	#f0f8ff;
	font-family:		helvetica, airal, sans-serif;
	font-size:		80%;
	font-weight:		600;
	color:			#2f2f2f;
	text-decoration:   	none;
	margin-top:		0px;
	margin-left:		10px;

}

.header
{
	background-image: 	url(images/teltrust_logo.gif);
	background-position: 	25px 45px;
	background-repeat:  	no-repeat;
        background-color: 	#fcfcfc;
	padding-right:    	10px;
	border-top:    		3px solid #b0c4de;
	border-left:   		3px solid #b0c4de;
	border-right:  		3px solid #b0c4de;
	border-bottom: 		3px solid #b0c4de;
	text-decoration:   	none;	
}


.top_picture
{
	position:		relative;
	left:			74%;
}


.logo
{
	margin-left:		740px;
	margin-top:		5px;
	margin-bottom:		5px;
	repeat:			no-repeat;
}

.navigation
{
        padding:                3, 0, 3, 0px;
        color:                  #808080;
        background-color:       #f0f8ff;
        text-indent:            11px;
        font-family:            Verdana, Helvetica, sans-serif;
        font-size:              12px;
        font-weight:            700;
        font-variant:           small-caps;
        text-decoration:        none;
	text-align:		center;

}

a.navigation:link
{
        color:                  #808080;
        background-color:       #f0f8ff;
        font-family:            Verdana, Helvetica, sans-serif;
        font-weight:            700;
        text-decoration:        none;
        font-variant:           small-caps;
}

a.navigation:hover
{
        color:                  #f0f8ff;
        background-color:       #808080;
        font-weight:            700;
        text-decoration:        none;
}

a.navigation:visited
{
        color:                  #8d8d8d;
        font-family:            Verdana, Helvetica, sans-serif;
        font-weight:            700;
        text-decoration:        none;
        font-variant:           small-caps;
}


input.navigation
{
        color:                  #808080;
        background-color:       #ffffff;
        font-family:            Verdana, Helvetica, sans-serif;
        font-weight:            700;
        text-decoration:        none;
        font-variant:           normal;
	text-align:             left;
}


.sidebar
{
	 width:			90px;
	 padding-left:		8px;
	 padding-right:		8px;
	 padding-top:		5px;
	 padding-bottom:	5px;
	 background-color:	#b0c4de;
	 align:			center;

}

.main
{
        width:	          	1000px;
        padding-left:		0px;
	padding-top:		0px;
	font-family:		helvetica, airal, sans-serif;
        background-color:       #fcfcfc;
        background-image:       url(images/backg.jpg);
        background-repeat:      repeat;

        padding-left:          	25px;
        padding-right:         	25px;
        padding-top:           	25px;
        padding-bottom:        	25px;

	color:			#003080;
	font-size:		100%;
	font-weight:		400;
	border-top:    		3px solid #b0c4de;
	border-left:   		4px solid #b0c4de;
	border-right:  		4px solid #b0c4de;
	border-bottom: 		3px solid #b0c4de;
}

.hdr1
{
        color:                  #003080;
        font-size:              100%;
        font-weight:            700;
}

.txt
{
        color:                  #303040;
        font-size:              100%;
        font-weight:            500;
}

.red1
{
        color:                  #f03040;
        font-size:              100%;
        font-weight:            700;
}



ul.bullet
{
	 list-style-image:	url(images/bullet.GIF);
}

.footer 
{
	border-top:    		3px solid #b0c4de;
	border-left:   		4px solid #b0c4de;
	border-right:  		4px solid #b0c4de;
	border-bottom: 		3px solid #b0c4de;
}

/*--------------------------------------------------------------------*/
