a img { border-style: none; }

body {
	margin: 0;
	background: #fff;
	text-align: left;
	font:  Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
	font-size:small;
	}
	html>body {font-size:small;}
	
p {
	margin:0;
	line-height:130%;
	padding-bottom: 1em;
	text-align:left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
/*
p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000;
} 
*/
.bodyText {
	margin:0;
	line-height:130%;
	padding-bottom: 1em;
	text-align:left;
	font-size: 10 px;
} 

.mycontainer {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #fff;
	border-top: 1px dotted #366;
	width : 750px;
	}
.mycontainer440 {
	margin-top: 0px;
	padding: 0px 0px 0px 50px;
	color: #000;
	width : 440px;
	}
.mycontainer200 {
	margin-top: 0px;
	padding: 0px 0px 0px 50px;
	color: #000;
	width : 200px;
	}
h1, h2, h3, h4, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #000;
	margin:0;
}

h1 { font-size: 150%; }

/* black dotted content heads */



h2
{
	border-bottom: 1px dotted #ccc;
	padding: 0px 0px 6px 12px;
	margin-bottom: 12px;
	font-size: 140%;
	line-height: 1.2;
}

/* brown colored subheads */
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #9C0000;
	padding-bottom:2px;
}

/* black, smaller */
h4 { font-size: 130%; }

/* letterspaced subheads */
h5 {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	letter-spacing: .15em;
	margin: 12px 0 12px 0;
}

/* just like h2 but without border */
h6 { font-size: 140%; padding-top:4px; padding-bottom:4px; }

/* style for quoted sections */
blockquote
{
	padding: 10px 8px 8px 8px;
	background-color: #F1F1F1;
	border-top: 1px dotted #D5D5D5;
	border-bottom: 1px dotted #D5D5D5;
	margin: 0px 0px 16px 16px;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #666;
	text-align: left;
}


ul,ol {
	margin: 0 0 1em 0;
	padding-left: 14px;
}

li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.1;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1.5em;
}

code {font:12px "Andale Mono", monaco, courier, "Courier New", monospace;}



A, A:visited, A:link, A:active, A:hover {
	color: #181463;
	text-decoration: none;
	border-bottom: 1px solid #181463;
}

A:visited {color:#181463;
	border-bottom: 1px solid #181463;
}

A:active, A:hover {
	color: #181463;
	border-bottom: 0px;
}


A.none, A:visited.none, A:link.none, A:active.none, A:hover.none {
	color: #000000;
	text-decoration: none;
	border-bottom: 0px;
}



.smallsans, p.boldsans, .date, .datearchive {
	font-family:'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	color: #666;
	line-height:130%;
	font-size:85%;
}

.smallsans {padding-bottom:4px;}

p.boldsans {
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}

.date, .datearchive {
	text-align: center;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.datearchive {
	font-size:65%;
	text-align: left;
}



#tiny {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:124%;
}
.tiny {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:124%;
}

.small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:124%;
}


#tinyNoShrink {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:124%;
	text-align: left;
}

#tinytable {
	font: 67% Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:100%;
	text-align: left;
}


/* image with border float: left; */
img.pict
{
	margin: 0px 4px 0px 0px;
	float: left;
	padding: 3px;
}

img.pad { padding: 8px 8px 0px 8px; }

img.botpad { padding-bottom: 6px; }

/* for inline-post image thumbnails */
img.thumb
{
	float: right;
	margin: 4px 6px 4px 0;
}
