/*
General CSS
*/

/* padding in editor only, overwritin in style */
img{
	border:2px;
}

table {
	border-color: #CCCCCC;
	border-collapse:collapse;
}

td{
	border-color: #CCCCCC;
	vertical-align:top;
}

body {
	margin:0px; 
}

body,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4C4C4C;
	line-height:17px;
}


h1 {
	font-family:Arial;
	font-size:20px;
	color:#E18BAC;
	display:inline;
	height:35px;
	font-weight:normal;
}

h2 {
	font-family:Arial;
	font-size:18px;
	color:#75A1F8;
	display:inline;
	height:35px;
	font-weight:normal;
}

h3 {
	font-family:verdana;
	font-size:18px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

h4 {
	font-family:verdana;
	font-size:11px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

a {
	color: #E18BAC;
	text-decoration:none;
}

a:hover {
	color:#E7A1BC;
	text-decoration:none;
}

ul{
	padding-left: 20px;
	margin: 5px;
}

li {
	margin-bottom : 6px;
}

input, select, textarea { 
 	font-family: verdana;
  	font-size: 11px; 
}

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-size: 18px;
}

.style2{
	font-size: 28px;
}
.menutitle{
	color:#000000;
	text-decoration:none;
}
.menutitle:hover { 
	color:#E18BAC;
	text-decoration:none;
}
