/*global styles*/
body {
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif; 
}

P,TABLE,TD,TH,OL,UL,DL,DT,DD,blockquote {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

DT {
	font-weight: bold;
}

H3 {
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

A {color:#696969;font-decoration:none;font-weight:normal;}
A:link {color:#696969;font-decoration:none;font-weight:normal;}
A:visited {color:#696969;font-decoration:none;font-weight:normal;}
A:active {color:#696969;font-decoration:none;font-weight:normal;}
A:hover {color:#000000;font-decoration:none;font-weight:normal;}

/*form styles*/
.login {
	font-size: 9px;
	font-family: Arial
}

*.login {
	font-size: 10px;
	width: 75px;
	height: 17px;
	border-width: 1px;
	border-color: #333333;
	background-color: #ff9933;
	border-style: dashed;
	font-family: Arial,Helvetica,sans-serif;
}

.checkbox {
	font-size: 9px;
	font-family: Arial
}

*.checkbox {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

.button {
	font-size: 10px;
	font-family: Arial
}

*.button {
	color: #ffffff;
	background-color: #cc3300;
	border-color: #333333;
	border-width: 1px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial
}

.form {
	font-size: 9px;
	font-family: Arial
}

*.form {
	font-size: 10px;
	height: 17px;
	border-width: 1px;
	border-color: #333333;
	background-color: #DDDDDD;
	border-style: solid;
	font-family: Arial,Helvetica,sans-serif;
}

.fieldlabel {
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.filefield {
	font-size: 13px;
	font-family: Courier
}

.dropdown {
	font-size: 10px;
	font-family: Courier
}

*.dropdown {
	font-size: 10px;
	border-color: #333333;
	background-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
}

.textarea {
	font-size: 10px;
	font-size: 10px;
	font-family: Courier;
}

.search {
	color: #000000;
	font-size: 13px;
	font-family: Courier;
}

*.search {
	width: 115px;
	height: 18px;
	border-width: 1px;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

/*custom styles*/
/*whiteheader to go on blue backgrounds used to separate form sections*/

/*paragraph settings to 505 pixels or whatever the main display width can be*/


/*page header captions*/
.header {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

.dvdtitle {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}
A.dvdtitle:link{color:#000000;text-decoration: underline;font-weight:bold;}
A.dvdtitle:hover{color:#333333;text-decoration: none;font-weight:bold;}
A.dvdtitle:visited {color:#000000;text-decoration: underline;font-weight:bold;}
A.dvdtitle:active {color:#000000;text-decoration: underline;font-weight:bold;}

.copyright {
	color: #6699CC;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

.secondary {
	color: #6B696B;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

.subnav {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

A.subnav:link {color:#000000;text-decoration: none;font-weight:normal;}
A.subnav:visited {color:#000000;text-decoration: none;font-weight:normal;}
A.subnav:active {color:#000000;text-decoration: none;font-weight:normal;}
A.subnav:hover {color:#000000; text-decoration: none;font-weight:normal;}

.nav {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

A.nav:link {color:#000000;text-decoration: none;font-weight:normal;}
A.nav:visited {color:#000000;text-decoration: none;font-weight:normal;}
A.nav:active {color:#000000;text-decoration: none;font-weight:normal;}
A.nav:hover {color:#ffffff; text-decoration: none;font-weight:normal;}

.section {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

.company {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}
A.company:link {color:#000000;font-weight:bold;}
A.company:visited {color:#000000;font-weight:bold;}
A.company:active {color:#000000;font-weight:bold;}
A.company:hover {color:#696969;font-weight:bold;}

