.ie3dummyrule {color: #000000;}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
generic font settings for ordinary text, including tables
some browsers will lose formatting after elements like
forms and tables, so you need the redundant rulesets
*/
abbr, acronym, address, dfn, div, ins, p, span,
caption, thead, th, tbody, tfoot, td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* specific settings for ordinary text */


address {
	font-style: normal;
	font-weight: 700;
}

ins {
	text-decoration: none;
}

p {
	line-height: 17px;
}

td.header {
	font-size: 13px;
	color: #666666;
	font-weight: 700;
}

/* specific settings for tables */
caption {
	font-weight: 700;
}

table.formtable {
	border: border-collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #666699;
	background-color: #ffffff;
	padding: 4px;

}


/*
generic font settings for text with special formatting
be sure to include redundancies to account for dropped styles
*/
del, sub, sup, big, small, i, kbd, em, b,
strong, s, strike, q, blockquote, cite, u {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* specific settings for text with special formatting */
del {
	text-decoration: line-through;
}

big {
	font-size: 16px;
}

small {
	font-size: 11px;
}


.verySmall {
	font-size: 10px;
}


i, em {
	font-color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

b, strong {
	text-weight:700;
}

s, strike {
	text-decoration: line-through;
}

cite {
	font-style: normal;
	font-weight: 700;
}

u {
    text-decoration: underline;
}

/* generic font settings for monospaced text */
pre, code, tt, samp {
	font-size: 12px;
	font-family: "Courier New", monospace; 
	color: #000000;
}

/* specific settings for monospaced text */

/* form tags */
 
form {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin-left: 4px;
	padding: 2px;
}

 
 button, fieldset, input, label, legend,
option, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
}
textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/*
"prmia" styled form elements
*/

input.formtext {
	color: #000000; 
	background-color: #ffffff; 
	font-family: Verdana; 
	font-size: 10px; 
	border-width: 1px; 
	border-color: #336699; 
	border-style: solid
}

input.formbutton {
	color: #000000;
	background-color: #dbdddc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border-width: 1px;
	border-color: #336699;
	border-style: solid;
}

/* lists */

ul, ol, li, dd, dl, dt {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

ol ol ol ol ol {
	list-style-type: decimal;
}

dir, menu {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* links */
/* these must be in this order to keep them from overriding
   each other */
a.smLink:link {
		font-size: 11px;
		color: #336699;
        text-decoration: underline;
}

a.smLink:visited {
		font-size: 11px;
        color: #6699CC;
        text-decoration: underline;
}

a.smLink:active {
		font-size: 11px;
        color: #666699;
        text-decoration: underline;
}

a.smLink:hover {
		font-size: 11px;
        color: #336699;
        text-decoration: underline;
}


/* small links */
/* these must be in this order to keep them from overriding
   each other */
a:link {
		color: #336699;
        text-decoration: underline;
}

a:visited {
        color: #6699CC;
        text-decoration: underline;
}

a:active {
        color: #666699;
        text-decoration: underline;
}

a:hover {
        color: #336699;
        text-decoration: underline;
}


/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: 700;
}

h1 {
	font-size: 18px;
	color: #999999;
	margin-top: 0.3em;
	margin-bottom: 0.333em;
}

h2 {
	font-size: 18px;
	color: #999999;
	margin-top: 0.3em;
	margin-bottom: 0.333em;
}

h3 {
	font-size: 14px;
	color: #999999;
	margin-top: 0.3em;
	margin-bottom: 0.333em;
}

h4 {
	font-size: 12px;
	color: #999999;
	margin-top: 0.3em;
	margin-bottom: 0.333em;
}

h5 {
	font-size: 14px;
	color: #999999;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

h6 {
	font-size: 16px;
	color: #000000;
	margin-top: 0.75em;
	margin-bottom: 0em;
}

.pagetitle {
	color: #336699; font-family: Verdana; font-size: 12px; font-weight:700px;
}

.prmiaborder {
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
}

.prmiasubmit {
	color: #000000;
	background-color: #dbdddc;
	font-family: Verdana;
	font-size: 10px;
	border-width: 1px;
	border-color: #336699;
	border-style: solid;
}

.prmiainput{
	color: #000000; 
	background-color: #ffffff; 
	font-family: Verdana; 
	font-size: 10px; 
	border-width: 1px; 
	border-color: #336699; 
	border-style: solid
}

