/************************************ classes for form element ***********************************/
body { margin:10px; padding:0px; background: url(images/bg.gif) repeat-x top #ff78c9; }
table { text-align:left; line-height:18px; font-size:11px; line-height:15px; color:#000000; font-weight:normal; font-family:verdana, tahoma, arial, sans-serif; } 
form { margin:0px; padding:0px; }
ul { margin:5px 30px; }

.whitebg { background-color:#ffffff; }
.linkbg { background: url(images/linkbg.jpg) no-repeat top right; height:32px; }
.linkbg1 { background: url(images/linkbg1.gif) repeat-x top right #b794c1; height:35px; padding:0px 11px; }
.linkbgbutton { background: url(images/linkbg_button.gif) repeat-x top; height:28px; }
.pinkbg { background-color:#ffd7ee; }
.greybg { background-color:#f2f2f2; }
.redtxt { color:#c23f41; font-weight:bold; font-size:12px }
.pinktexthead { color:#FF33AD; font-weight:bold; }
.bluetxt { color:#8461FF; font-weight:bold; font-size:15px; padding:10px 0px 5px 10px; }
.midbg { background-color:#f0edf9; }
.headingtxt { color:#880052; font-weight:bold; font-size:12px; }
.midheadingtxt { color:#880052; font-weight:bold; font-size:15px; }
.bgborder { border:1px solid #C6C6C6; background-color:#F7F6F6; }






a:link { color: #000cff; text-decoration: none; }
a:visited { color: #000cff; text-decoration: none; } 
a:hover { color: #ff0000; text-decoration: none; } 
a:active { color: #000cff; text-decoration: none; }

a.topmenu:link, a.topmenu:visited, a.topmenu:active { color:#000000; font-weight:bold; text-decoration: none; padding:0px 3px; }
a.topmenu:hover { color:#4e24e1; font-weight:bold; text-decoration: none; padding:0px 3px; }

a.leftmenu:link, a.leftmenu:visited, a.leftmenu:active{ font-size:11px; color: #000000; text-decoration: none; }
a.leftmenu:hover { font-size:11px; color: #ff0000; text-decoration: none; } 

a.readmore:link { color: #800202; font-weight:normal;  text-decoration: none; }
a.readmore:visited { color: #800202; font-weight:normal; text-decoration: none; } 
a.readmore:hover { color: #000000; font-weight:normal; text-decoration:underline; } 
a.readmore:active { color: #800202; font-weight:normal; text-decoration: none; }

a.footer:link { color: #d0440c; font-weight:bold; text-decoration: none; }
a.footer:visited { color: #d0440c; font-weight:bold; text-decoration: none; } 
a.footer:hover { color: #000000; font-weight:bold; text-decoration: none; } 
a.footer:active { color: #d0440c; font-weight:bold; text-decoration: none; }

a.next:link { color: #ba0001; font-weight:bold; text-decoration: none; padding:5px; }
a.next:visited { color: #ba0001; font-weight:bold; text-decoration: none; padding:5px; } 
a.next:hover { color: #000000; font-weight:bold; text-decoration: none; padding:5px; } 
a.next:active { color: #ba0001; font-weight:bold; text-decoration: none; padding:5px; }

input,textarea{ vertical-align: middle; margin:0px 2px 2px 0px; }
input,select { color:#3c3c3c; font-size:13px; font-weight:normal; font-family: verdana, tahoma, arial, helvetica, sans-serif; vertical-align:middle; }
.button { 
		color: #000000; 
		font-weight: bold; 
		font-size:12px; 
		border-right: #686868 3px double;
		border-top: #bababa 3px double; 
		border-left: #ababab 3px double; 
		border-bottom: #868686 3px double; 
		background-color:#eaeaea; 
		padding-left: 3px; 
		padding-right: 3px; 
		padding-top: 1px; 
		padding-bottom: 1px;
		}

