﻿body { background: url(images/bg.gif) repeat-x top; margin:0px; padding:0px; }
form { display: inline; margin: 0px 0px 0px 0px; }
table { color: #191919; font-size: 11px; text-align:left; font-family: verdana, tahoma, arial, helvetica, sans-serif; }
ul { list-style-type:none; padding:0px; margin:0px; }
/*** classes for differentiation of background images & color ***/


.bg { background: url(images/inner_bg.gif) repeat-x top; margin:0px; padding:0px; }

.top_left { background: url(images/1.jpg) no-repeat bottom right; width:409px; height:192px; }
.top_right { background: url(images/2.jpg) no-repeat bottom left; width:427px; height:192px; }
.top1_left { background: url(images/3.jpg) no-repeat bottom right; width:409px; height:182px; }
.top1_right { background: url(images/4.jpg) no-repeat bottom left; width:427px; height:182px; }

.bottom_left { background: url(images/5.jpg) no-repeat bottom right; width:409px; height:199px; }
.bottom_right { background: url(images/6.jpg) no-repeat bottom left; width:427px; height:199px; }
.bottom1_left { background: url(images/7.jpg) no-repeat bottom right; width:409px; height:175px; }
.bottom1_right { background: url(images/8.jpg) no-repeat bottom left; width:427px; height:175px; }

.top_left_inner { background: url(images/top_left.jpg) no-repeat top right; width:328px; height:100px; }
.top_right_inner { background: url(images/top_right.jpg) no-repeat bottom left; width:527px; height:138px; }
.mid_inner { background: url(images/top_left_1.jpg) no-repeat top left; }
.heading_text { font-size:17px; font-weight:bold; color:#329A05; }
.heading { font-size:14px; font-weight:bold; color:#0080ff; }
.heading1 { font-size:11px; font-weight:bold; color:#FF4105; }

.link li { background: url(images/link_bg.gif) repeat-x 0% 0%; float:left; height:37px; line-height:35px;  }
li.link_left { background: url(images/link_left.gif) no-repeat 0% 100%; height:37px; width:10px; border:1 px solid #333333; }
li.link_right { background: url(images/link_right.gif) no-repeat 0% 0%; width:10px; height:37px; }
li.link_mid { background: url(images/link_mid.gif) no-repeat 0% 0%; width:24px; height:37px; }




/*** classes for differentiation of link ***/

a:link { color:#3088ff; text-decoration:none; }
a:visited { color:#3088ff; text-decoration:none; }	
a:hover { color:#ff8a00; text-decoration:none; }
a:active {	color:#3088ff; text-decoration:none; }

a.menulink:link, a.menulink:visited, a.menulink:active { background: url(images/link_up.gif) no-repeat 0% 0%; color:#000000; text-decoration:none; font-weight:bold; padding:7px 7px 7px 25px; width:180px; display:block; }
a.menulink:hover { background: url(images/link_hover.gif) no-repeat 0% 0%; color:#ff8a00; text-decoration:none; font-weight:bold; padding:7px 7px 7px 25px; width:180px; display:block; }

a.inner_menulink:link, a.inner_menulink:visited, a.inner_menulink:active { color:#000000; text-decoration:none; font-weight:bold; padding:0px 13px; }
a.inner_menulink:hover { color:#ff8a00; text-decoration:none; font-weight:bold; padding:0px 13px;  }


/*** classes for form element ***/
input,textarea,select { color:#000000; font-size:11px; font-weight:normal; font-family: tahoma, arial, helvetica, sans-serif; vertical-align:middle;
			border-left: #ABABAB 1px double; border-bottom: #868686 1px double; }
