/*
  The original Template Theme 
  Created by DaTutorials Design Team
  http://DaTutorials.com
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E6E5E5;
	background-image: url(images/page-bg.gif);
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	scrollbar-face-color: #E41111;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #474747;
	scrollbar-track-color: #767676;
	scrollbar-darkshadow-color: #264341;
}

/* The text in the main page boxes style */
 p.normaltext {
   font-family: TAHOMA,ARIAL,VERDANA;
   color: #000000;
	 font-size: 12px;
   margin-left: 0px; 
   margin-top: 0px; 
	 margin-right: 0px; 
	 margin-bottom: 0px;
}

/* The style of the links in the main page boxes */
a.normlink:link {
   color: #FFFFFF;
	 font-family: TAHOMA,ARIAL,Verdana;
	 font-size: 12px;
	 text-decoration: none;
}
a.normlink:visited {
   color: #FFFFFF;
	 font-family: TAHOMA,ARIAL,Verdana;
	 font-size: 12px;
	 text-decoration: none;
}
a.normlink:hover {
   color: #DB0E0E;
	 font-family: TAHOMA,ARIAL,Verdana;
	 font-size: 12px;
	 text-decoration: underline;
}

/* menu links style */
a.menu:link {
   color: #FFFFFF;
	 font-family:  TAHOMA,ARIAL,VERDANA;
	 font-weight:bold;
	 font-size: 10px;
	 text-decoration: none;
}
a.menu:visited {
   color: #FFFFFF;
	 font-family:  TAHOMA,ARIAL,VERDANA;
	 font-weight:bold;
	 font-size: 10px;
	 text-decoration: none;
}
a.menu:hover {
   color: #F1F1F1;
	 font-family:  TAHOMA,ARIAL,VERDANA;
	 font-weight:bold;
	 font-size: 10px;
	 text-decoration: none;
}

/* The style of the copyright text in the bottom of the page */
 div.datutorials {
   color: #000000;
	 font-family: Verdana;
	 font-size: 10px;
	 text-align: center;
}

/* The style of the copyright link in the bottom of the page */
a.datutorials, a.datutorials:hover, a.datutorials:visited {
   color: #474747;
	 font-family: Verdana;
	 font-size: 10px;
	 text-decoration: underline;
}



