/* Stylesheet for SRIC Vehilce */


ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
/* LI              { display: list-item } */
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }

BODY {
	margin: 1ex;
	padding: 0;
	background: #ffffff;
}
H1 {
	border-width: thin 0 thin 0;
	border-color: #cccccc;
	border-style: dotted;
	padding: 1ex;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.5ex;
	font-size: 1.5em;
	font-width: bold;
}
H2 {
	font-size: 1.17em;
	margin: 0;
	font-width: bold;
}
H3 {
	font-size: 1em;
	margin: 0;
	font-width: bold;
}
H4 {
	font-size: 1em;
	margin: 0;
}
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU {
	margin: 1.33em 0;
}

H5 {
	font-size: .83em;
}
H6 {
	font-size: .67em;
}
P{
	font-size: small;
	margin-left: 0;
	margin-bottom: 0.6em;
	margin-right:0;
}

H3, H4,
H5, H6, B,
STRONG          { font-weight: bold }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
ADDRESS {
	font-size: x-small
}
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
x-small, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px }
OL, UL, DIR,
MENU, DD        { margin-left: 1em }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

A:link {
	color: #7D0008
}
A:visited {
	color: #cc9933
}
A:active {
	color: #ff0000
}

th {
	font-size: small;
}
td {
	font-size: small;
	vertical-align: top;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.x-smallfont {
	font-size: x-small;
}
p.tools {
	text-align:right;
	font-size: x-small;
}

p.navi {
	font-size: x-small;
	color : #cccccc;

	font-size: small;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.5ex;
}

p.indent{
	text-indent: 1em;
	margin-top: 0;
	margin-right:0;
	margin-bottom: 0.6em;
	margin-left: 1em;
	padding: 1ex;
}

p.link {
	font-size: small;
	margin: 0;
	font-weight: bold;
}
p.link_description {
	font-size: small;
	font-weight: normal;
	margin-left: 2em;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 2ex;
}
.bgblue {
	background-color: #009933;
	color: #ffffff;
	font-weight: bolder;
	padding: 1ex;
}
.txtred {
	color: #ff0000;
}
img {
	vertical-align: top;
}