* { padding: 0; margin: 0; }

html {
 background-color: #FFFFFF;
}

.small { font-size: 8pt; color: #333333; font-family: verdana; }
.medium { font-size: 11pt; color: #333333; font-family: verdana; }
.large{ font-size: 15pt; color: #333333; font-family: verdana; }

a:focus, a:hover {color: #bf0d7a;}
a {color:#105ba6;text-decoration:none;}
a img {border:none;}
td {
	vertical-align: top;
	font-size: 9pt; 
	color: #333333; 
	font-family: verdana;
}
table {padding: 0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	background-image: url('/img/background.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

input {
	width: 150px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold; 
	color: #333333;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
}

input[type="button"] {
	width: 90px;
	padding: 2px 7px 2px 7px;
	font-size: 9pt;
	font-weight: bold; 
	color: #FFFFFF;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
	background-color: #fd9090;
	cursor: pointer;
}

input[type="submit"] {
	width: 100px;
	padding: 2px 7px 2px 7px;
	font-size: 9pt;
	font-weight: bold; 
	color: #FFFFFF;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
	background-color: #ff9933;
	cursor: pointer;
}

input[type="checkbox"] {
	border-width: 0px;
	width: 15px;
	height: 15px;
}

textarea {
	width: 150px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold; 
	color: #333333;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
}

.delete_button {
	width: 100px;
	padding: 2px 7px 2px 7px;
	font-size: 9pt;
	font-weight: bold; 
	color: #FFFFFF;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
	background-color: #fd9090;
	cursor: pointer;
}

#wrapper {
	position: relative;
	z-index: 1;
	margin: 0px auto;
	width: 981px;
	text-align: center;
}

#content {
	padding: 50px 0px 0px 15px;
	width: 965px;
	text-align: left;
}

#logo {
	position: relative;
	z-index: 2;
	top: 0px;
	left: 35px;
	width: 417px;
	height: 87px;
	background-image: url("/img/logo.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

* html #logo
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/logo.png", sizingMethod="crop");
} 

#top_header {
	margin: 0 auto;
	position: relative;
	top: -28px;
	z-index: 1;
	width: 948px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

.banner {
	width: 300px;
	height: 150px;
	background-repeat: no-repeat;
	font-size: 8pt;
	font-family: verdana;
	color: #333333;
}

.body_top {
	margin: 0 auto;
	position: relative;
	top: -28px;
	width: 950px;
	height: 12px;
	background-image: url("/img/body_top.gif");
	background-repeat: no-repeat;
}

#button_printing_off {
	width: 123px;
	height: 40px;
	background-image: url("/img/buttons/printing_off.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

* html #button_printing_off
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/buttons/printing_off.png", sizingMethod="crop");
} 

#button_printing_on {
	width: 123px;
	height: 40px;
	background-image: url("/img/buttons/printing_on.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

* html #button_printing_on
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/buttons/printing_on.png", sizingMethod="crop");
} 

#button_graphic_design_on {
	width: 123px;
	height: 40px;
	background-image: url("/img/buttons/graphic_design_on.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

* html #button_graphic_design_on
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/buttons/graphic_design_on.png", sizingMethod="crop");
} 

#button_graphic_design_off {
	width: 123px;
	height: 40px;
	background-image: url("/img/buttons/graphic_design_off.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

* html #button_graphic_design_off
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/buttons/graphic_design_off.png", sizingMethod="crop");
} 

#search_background {
	position: relative;
	width: 346px;
	height: 54px;
	background-image: url("/img/search_background.gif");
	background-repeat: no-repeat;
}

#search_submit_button {
	width: 71px;
	height: 33px;
	background-image: url("/img/search_submit_button.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}