/* CSS Document */
form {
	margin:0px;
	padding:0px;
}
body {
	padding:0px;
	margin:0px;
	cursor:default;
	font-size:14px;
	font-family:Arial;
	background:#EFEFEF;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
}
h1 { font-size:28px; }
h2 { font-size:24px; }
h3 { font-size:22px; }
h4 { font-size:20px; }
h5 { font-size:18px; }
h6 { font-size:16px; }
#wrapper {
	width:1000px;
	margin:0px auto 0px auto;
}
#header {
	clear:both;
	padding:10px;
}
#header #search {
	float:right;
	padding:20px;
}

#menu {
	clear:both;
	background:#CCCCCC;
	height:38px;
}

#menu a {
	padding:5px;
	color:#000000;
	text-decoration:none;
	background:#DEDEDE;
	display:block;
	float:left; text-align:center;
	width:100px;
	margin:5px 5px 5px 0px;
}

#menu a:hover {
	background:#FFFFFF;
}

.link {
	background:#FDFDFD;
	width:185px;
	padding:4px 0px 4px 0px;
	display:block;
	float:left;
	text-decoration:none;
	color:#666666;
	margin:5px 5px 0px 0px;
}
.link:hover {
	color:#000000;
	background:#FFFFFF;
}
#footer {
	font-size:12px;
	clear:both;
	background:#DDDDDD;
	text-align:center;
	padding:6px;
}

/*         BY ARINDAM         */
#col {
	color:#000000;
	font-size:14px;
}

a.select:link { text-decoration:none; color:#000000; font-size:18px; font-weight:bold; }
a.select:visited { color:#000000; text-decoration:none; font-size:18px; font-weight:bold; }
a.select:hover { text-decoration:none; color:#000000; font-size:18px; font-weight:bold; }


a.select2:link { text-decoration:none; color:#000000; font-size:16px; font-weight:bold; }
a.select2:visited { color:#000000; text-decoration:none; font-size:16px; font-weight:bold; }
a.select2:hover { text-decoration:none; color:#000000; font-size:16px; font-weight:bold; }

