/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body { background-image: url(images/bg.filler.jpg); padding:0; margin:0; background-repeat:repeat-x; background-position: inherit; }
p 	{
			padding:0;
			margin:0;
			}
*		{
			font-family:tahoma;
			font-size:13px;
			color:#4c4c4c;
			line-height:17px;
			}
			
form {
			padding:0;
			margin:0;
			}
			
/*------------------------------Welcome part----------------------*/
.welcome1 { font-family:tahoma; font-weight:normal; font-size:20px; color:#4c4c4c; line-height: 22px; background-position: 0 0; }
.legal { padding-left:12px; font-family:tahoma; font-weight:bolder; font-size:12px; color:#393a38; line-height: 14px; }
			
.tips { padding-left:25px; font-family:tahoma; font-weight:normal; font-size:12px; color:#393a38; line-height: 14px; }
		
.newpadding { color: #4c4c4c; }

/*------------------------------Body----------------------*/

.body { color: #4c4c4c; font-size: 13px; line-height: 18px; padding:1px; }
.bodybld { color: #4c4c4c; font-size: 13px; font-weight: bold; line-height: 17px; padding: 1px; }
.bodygray { color: #4c4c4c; font-size: 13px; line-height: 17px; padding: 1px; }
/*------------------------------Links----------------------*/
.links { color:#4c4c4c; font-size:13px; font-family:tahoma; font-weight:bold; line-height: 17px; text-decoration:none; }
.links:hover { color:#4c4c4c; font-size:13px; font-family:tahoma; font-weight:bold; line-height: 17px; }
.more { color:#f60; font-size:13px; font-style:normal; font-weight:bold; line-height: 17px; text-decoration:none; }
			
.more:hover { color:#f60; font-size:13px; font-style:normal; font-weight:bold; line-height: 17px; text-decoration:none; }
/*------------------------------Footer----------------------*/
			
.copyright { color:#900; font-size: 10px; font-weight: normal; line-height: 14px; }
			
.footermenu_link { color:#036; font-size: 10px; font-weight:normal; line-height: 12px; text-decoration:none; }
.footermenu_link:hover { color:#036; font-size: 10px; line-height: 12px; text-decoration:underline; }
