@charset "utf-8";
/***********************************************/
/* dishd Master Stylesheet : Basic Definitions */
/***********************************************/

@import url('/css/layout.css');
@import url('/css/lightbox.css');

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: url(/images/bg.gif) repeat-x top #7596ae;
}
/* typography (html tag redefs only) */

a {
	text-decoration: none;
	font-weight: bold;
	color: #0056ca;
}
a:hover {
	text-decoration: underline;
	color: #00ca1d;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #005c0d;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}

img { border: 0; }
p { margin: 0; }

pre {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	white-space: pre;
	overflow: scroll;
}

strong, b { font-weight: bold; }
.float { float: left; margin-right: 10px; margin-bottom: 10px; }
.floatr { float: right; margin-left: 10px; margin-bottom: 10px; }
.red { color: #FF0000; }
.orange { color: #F90; }
.gray { color: #CCC; }
.blue { color: #00C; }
.white { color: #FFF; }
.small { font-size: 8px; }
.normal { font-size: 10px; }
.medium { font-size: 14px; }
.large { font-size: 18px; }
.xlarge { font-size: 25px; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
