﻿/* TEXT PAGE CSS */
.TextContent{margin:20px 50px 20px 5px;}
.TextBox{width:600px;background:url(/v35/images/text-box-tile.png);background-repeat:repeat-y;margin:10px 0px;}
.TextBox td {font-size:10px;text-align:center;}
.TextBoxLineOdd{background:url(/v35/images/black-transparent.png)}
.TextBoxCornerLT{background:url(/v35/images/text-box-corners.png) -0px -0px;background-repeat:no-repeat;width:10px;height:10px;overflow:hidden;float:left;position:relative;}
.TextBoxCornerRT{background:url(/v35/images/text-box-corners.png) -10px -0px;background-repeat:no-repeat;width:10px;height:10px;overflow:hidden;float:right;position:relative;}
.TextBoxCornerLB{background:url(/v35/images/text-box-corners.png) -0px -10px;background-repeat:no-repeat;width:10px;height:10px;overflow:hidden;float:left;position:relative;}
.TextBoxCornerRB{background:url(/v35/images/text-box-corners.png) -10px -10px;background-repeat:no-repeat;width:10px;height:10px;overflow:hidden;float:right;position:relative;}
.TextBoxBorderTop{border-top:1px solid #b9b1a5;float:left;position:relative;width:580px;height:9px;}
.TextBoxBorderBottom{border-bottom:1px solid #b9b1a5;float:left;position:relative;width:580px;height:9px;}
