body  {
	  margin:0px; 
  	  color:white;
	  font-family:Arial,Sans-Serif;
	  font-size:12px;
	  font-weight:normal;
	  }

	 
body.contentframe {
	  margin:14px;	 
	  background-color:#6168A9;
	  background-image:url(../images/contentframe_bg.jpg);
	  background-repeat:no-repeat;
	  background-attachment:fixed;
	  
  	  color:white;
	  font-family:Arial,Sans-Serif;
	  font-size:12px;
	  font-weight:normal;
	  
	  scrollbar-base-color:#5E63A1;
	  scrollbar-3d-light-color:#A0A5D3;
	  scrollbar-arrow-color:#BABEE1;
	  scrollbar-darkshadow-color:#2E3572;
	  scrollbar-face-color:#6A71B0;
	  scrollbar-highlight-color:#999ECD;
	  scrollbar-shadow-color:#4A508A;
	  scrollbar-track-color:#5E63A1;
	  }	 
	 
body.mainpage {
	  margin:0px;
	  background-color:#6168A9;
	  background-image:url(../images/page_bg.jpg);
	  background-repeat:no-repeat;
	  background-attachment:fixed; 
	  }
	  
.navdiv {
	  border-top:1px dotted #D8DAED;
	  overflow:hidden;
	  margin:2px;
	  }
	  
.navdiv_submenu { 							/* new for gtec */
	  border-top:0px dotted #D8DAED;
	  overflow:hidden;
	  margin:2px;	  
	  }
	  
p.logotitle {
	  color:#E8EDFF;
	  margin-top:8px;
	  font-family:Arial,sans-serif;
	  font-weight:normal;
	  font-size:12px;
	  }
	   
a,p,li,ul,ol,blockquote,div,td,tr,th {
	  color:white;
	  font-family:Arial,Sans-Serif;
	  font-size:12px;
	  font-weight:normal;
	  }
	   
ul,ol   { 
		margin-top:12px; margin-bottom:12px; margin-left:0px;
		list-style-type:square;
		font-weight:bold;
		
		}

li		{ 
		margin-left:22px; 
		text-transform:none;
		font-weight:normal;
		}
	   
input.login { 
		margin-left:1px;
		margin-right:2px;
		color:black;	   
		font-family:Arial,Sans-Serif;
		font-size:9px;
		font-weight:normal;
		width:60px;
		height:10px: 
		border:0;
		background-color:#999ECD;		
	    }

img.png   {
	   behavior:url("styles/pngbehavior.htc");
	   }
	   
img.login {
		position:relative; top:3px;
		}	   	   

p	    {
	    margin-top:6px;	margin-bottom:6px;
	    }
/*	   
a	   	 { color:#DAE2F8; text-decoration:none }	   
a:hover	 { color:white; text-decoration:none }
a:active { color:white; text-decoration:none }
#999966
*/
															/* new for gtec */


a	{ color:white; text-decoration:none; } 			
a:hover	{ color:#999966; text-decoration:none; }
a:active { color:#005486; text-decoration:none; }
a:visited {color:#005486; text-decoration:none; }
a:hover:visited { color:#005584; text-decoration:none; } 

a.text  { 
		font-weight:bold; letter-spacing:0.05em; 
		}
	   
.text   { 
	    line-height:14px; 				/* before 16*/
		}
		
.textsmall {
		font-size:10px;
	    line-height:12px;
	    }

h1,h2,h3,h4,h5 {
		font-family:"Trebuchet MS",Arial,Sans-Serif;
	    font-weight:normal;
		margin-top:16px; margin-bottom:6px;
		color:#E2EAFF;		
	    }
		
h1		{ font-size:28px; }
h2		{ font-size:24px; }
h3		{ font-size:20px; }
h4		{ font-size:16px; font-weight:bold; }
h5		{ font-size:12px; font-weight:bold; }	

hr		{ 
		color:#D8DAED;
		background-color:#D8DAED; 
		height:1px; 
		border:0px hidden #D8DAED;
		}	

table	{ 
		border:0px hidden #D8DAED; border-collapse:collapse; 
		}
		
th		{ 
		background-color:#4A508A; 
		font-weight:bold; 
		padding-left:4px; padding-right:4px; padding-top:2px; paddong-bottom:2px; 
		}
		
td.text	{
		background-color:#6A71B0; 
		border-top:1px solid #D8DAED; border-bottom:1px solid #D8DAED; 
		padding-left:4px; padding-right:4px; padding-top:2px; paddong-bottom:2px; 
		}

td.text_nobg	{
		background-color:none; 
		border-top:1px solid #D8DAED; border-bottom:1px solid #D8DAED; 
		padding-left:4px; padding-right:4px; padding-top:2px; paddong-bottom:2px; 
		}
		
td.clean { 
		border:0px solid #6A71B0; padding:0px; background-color:none;
		}
		